Skip to content

Commit d7148ad

Browse files
committed
Switch to less scary looking example key
1 parent e6af2cc commit d7148ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, content, status_code, headers=None):
2626

2727
@pytest.fixture
2828
def set_api_key(monkeypatch):
29-
monkeypatch.setattr(workos, "api_key", "sk_abdsomecharactersm284")
29+
monkeypatch.setattr(workos, "api_key", "sk_test")
3030

3131

3232
@pytest.fixture

0 commit comments

Comments
 (0)