Skip to content

Commit b49f7a6

Browse files
committed
fixing tests
1 parent 9625d2e commit b49f7a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_qibo_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ def test_run_circuit_with_success(self, pass_version_check, caplog):
160160

161161
expected_messages = [
162162
f"Job posted on server with pid {FAKE_PID}",
163-
f"Check results availability for {FAKE_PID} job in your reserved "
164-
f"page at {FAKE_URL}",
165163
]
166164
for expected_message in expected_messages:
167165
assert expected_message in caplog.messages

0 commit comments

Comments
 (0)