Skip to content

Commit 652d723

Browse files
committed
feat(client): fix client
1 parent 62fc842 commit 652d723

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
_RANDOM_UUID = str(uuid.uuid4())
2121

22+
2223
def _get_client() -> QaaSClient:
2324
client = QaaSClient(
2425
project_id=os.environ["SCALEWAY_PROJECT_ID"],
@@ -76,6 +77,7 @@ def test_create_delete_session():
7677

7778
client.delete_session(session.id)
7879

80+
7981
# def test_list_platforms_by_backend(self):
8082
# if self._PLATFORM_NAME.startswith("qsim"):
8183
# backend_name = "qsim"
@@ -462,4 +464,4 @@ def test_create_delete_session():
462464
# def test_cancel_unexisting_job(self):
463465
# job = self._client.cancel_job(self._RANDOM_UUID)
464466

465-
# assert job == None
467+
# assert job == None

0 commit comments

Comments
 (0)