Skip to content

Commit

Permalink
add py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Oct 12, 2023
1 parent 3c2e28b commit 729f400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/braket/jobs/test_hybrid_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@pytest.fixture
def aws_session():
aws_session = MagicMock()
python_version_str = f"{sys.version_info.major}{sys.version_info.minor}"
python_version_str = f"py{sys.version_info.major}{sys.version_info.minor}"
aws_session.get_full_image_tag.return_value = f"1.0-cpu-{python_version_str}-ubuntu22.04"
aws_session.region = "us-west-2"
return aws_session
Expand Down

0 comments on commit 729f400

Please sign in to comment.