Skip to content

Commit

Permalink
tox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed May 22, 2024
1 parent dab3e32 commit 30b73da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integ_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def completed_quantum_job(job_completed_name):

return AwsQuantumJob(arn=job_arn)


@pytest.fixture(scope="session", autouse=True)
def failed_quantum_job(job_failed_name):
job_arn = [
Expand All @@ -188,4 +189,3 @@ def failed_quantum_job(job_failed_name):
][0]

return AwsQuantumJob(arn=job_arn)

0 comments on commit 30b73da

Please sign in to comment.