Skip to content

Commit

Permalink
Remove "overwrite" argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Sep 29, 2023
1 parent 8d5c2c6 commit 97194d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def ibm_provider() -> IBMProvider:
return IBMProvider(instance="ibm-q/open/main")
except:
token = os.getenv("PYTKET_REMOTE_QISKIT_TOKEN")
return IBMProvider(token=token, instance="ibm-q/open/main", overwrite=True)
return IBMProvider(token=token, instance="ibm-q/open/main")


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 97194d3

Please sign in to comment.