Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Added new arguments added in #5103
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Mar 2, 2020
1 parent 6f4df24 commit f9efcaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/task_api_tests/basic_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ async def test_task(
) -> None:

env_prerequisites = app_definition.requestor_prereq
app_manager = appmanager.AppManager()
app_dir = work_dir / 'apps'
app_dir.mkdir(exist_ok=True)
app_manager = appmanager.AppManager(app_dir, False)
app_manager.register_app(app_definition)
app_manager.set_enabled(app_definition.id, True)

Expand Down

0 comments on commit f9efcaa

Please sign in to comment.