We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af2cc commit d7148adCopy full SHA for d7148ad
tests/conftest.py
@@ -26,7 +26,7 @@ def __init__(self, content, status_code, headers=None):
26
27
@pytest.fixture
28
def set_api_key(monkeypatch):
29
- monkeypatch.setattr(workos, "api_key", "sk_abdsomecharactersm284")
+ monkeypatch.setattr(workos, "api_key", "sk_test")
30
31
32
0 commit comments