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 d9096b9 commit 1c2064a
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 @@ -161,7 +161,7 @@ def job_failed_name(request):


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

0 comments on commit 1c2064a

Please sign in to comment.