Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix job_request_body fixture for envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhunter-jpl committed Oct 2, 2023
1 parent f28d8a5 commit 4261337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unity-test/step_defs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ def projects():
return data

@pytest.fixture
def job_reques(project_process_dict):
def job_request_body(project_process_dict, environment):
return reader.request_body(
project_process_dict["project_name"],
project_process_dict["process_name"],
reader.execution_post_request_body,
environment=environment
)

@pytest.fixture
Expand Down

0 comments on commit 4261337

Please sign in to comment.