Skip to content

Commit 5f909f3

Browse files
committed
revert
1 parent 5e89f52 commit 5f909f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-quantum/tests/unit/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def _enable_workspace_api_keys(self, token: str, workspace: dict, enable_api_key
282282
},
283283
body=workspace_json
284284
)
285-
self.assertEqual(response.status, 201,
285+
self.assertEqual(response.status, 200,
286286
f"""
287287
{url} failed with error code {response.status}.
288288
Failed to enable/disable api key.

0 commit comments

Comments
 (0)