We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c117d commit bdd1140Copy full SHA for bdd1140
azure-quantum/tests/unit/common.py
@@ -304,7 +304,7 @@ def create_workspace(
304
client_secret=PLACEHOLDER)
305
306
workspace = Workspace(
307
- credential=credential if credential else EnvironmentCredential(),
+ credential=credential,
308
subscription_id=connection_params.subscription_id,
309
resource_group=connection_params.resource_group,
310
name=connection_params.workspace_name,
0 commit comments