Skip to content

Commit

Permalink
Update test/integ_tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 authored Mar 2, 2024
1 parent 1c2064a commit 0409f34
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 @@ -172,7 +172,7 @@ def completed_quantum_job(job_completed_name):


@pytest.fixture(scope="session", autouse=True)
def failed_quantum_job(aws_session, job_failed_name):
def failed_quantum_job(job_failed_name):
job_arn = [
job["jobArn"]
for job in boto3.client("braket").search_jobs(filters=[])["jobs"]
Expand Down

0 comments on commit 0409f34

Please sign in to comment.