feat(vue): open Vue SPA to all tiers; fix cloud navigation and feedback button #64
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ class TestTaskRunnerCoverLetterParams:
|
|||
captured = {}
|
||||
|
||||
def mock_generate(title, company, description="", previous_result="", feedback="",
|
||||
is_jobgether=False, _router=None):
|
||||
is_jobgether=False, _router=None, config_path=None,
|
||||
user_yaml_path=None):
|
||||
captured.update({
|
||||
"title": title, "company": company,
|
||||
"previous_result": previous_result, "feedback": feedback,
|
||||
|
|
|
|||
Loading…
Reference in a new issue