|
8 | 8 | from tests.message_queue import UnitTestMessageQueue |
9 | 9 | from tests.wapi_adapter import UnitTestWorkflowAPIAdapter |
10 | 10 | from workflow.workflow_abc import LaunchParameters |
11 | | -from workflow.workflow_engine import DM_JOB_APPLICATION_ID |
12 | 11 |
|
13 | 12 |
|
14 | 13 | @pytest.fixture |
@@ -40,7 +39,6 @@ def test_launch_nop(basic_launcher): |
40 | 39 | rwfsid = response["id"] |
41 | 40 | lp: LaunchParameters = LaunchParameters( |
42 | 41 | project_id=TEST_PROJECT_ID, |
43 | | - application_id=DM_JOB_APPLICATION_ID, |
44 | 42 | name="Test Instance", |
45 | 43 | launching_user_name="dlister", |
46 | 44 | launching_user_api_token="1234567890", |
@@ -77,7 +75,6 @@ def test_launch_nop_fail(basic_launcher): |
77 | 75 | rwfsid = response["id"] |
78 | 76 | lp: LaunchParameters = LaunchParameters( |
79 | 77 | project_id=TEST_PROJECT_ID, |
80 | | - application_id=DM_JOB_APPLICATION_ID, |
81 | 78 | name="Test Instance", |
82 | 79 | launching_user_name="dlister", |
83 | 80 | launching_user_api_token="1234567890", |
@@ -117,7 +114,6 @@ def test_launch_smiles_to_file(basic_launcher): |
117 | 114 | rwfsid = response["id"] |
118 | 115 | lp: LaunchParameters = LaunchParameters( |
119 | 116 | project_id=TEST_PROJECT_ID, |
120 | | - application_id=DM_JOB_APPLICATION_ID, |
121 | 117 | name="Test Instance", |
122 | 118 | launching_user_name="dlister", |
123 | 119 | launching_user_api_token="1234567890", |
|
0 commit comments