Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Feb 24, 2025
1 parent ebef81e commit 7673aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_qibo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def test_get_job(self):
base_url=FAKE_URL,
circuit="fakeCircuit",
nshots=FAKE_NSHOTS,
headers={"x-api-token": FAKE_TOKEN},
device=FAKE_DEVICE,
)
expected_result._status = QiboJobStatus.QUEUEING
Expand Down

0 comments on commit 7673aed

Please sign in to comment.