We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b5dc commit 8ad4495Copy full SHA for 8ad4495
1 file changed
tests/core/test_credentials_per_user.py
@@ -33,9 +33,9 @@
33
34
pytestmark = pytest.mark.v2
35
36
-ANTHROPIC_A = "sk-ant-api03-" + "a" * 32
37
-ANTHROPIC_B = "sk-ant-api03-" + "b" * 32
38
-GITHUB_A = "ghp_" + "a" * 36
+ANTHROPIC_A = "test-anthropic-key-" + "a" * 20
+ANTHROPIC_B = "test-anthropic-key-" + "b" * 20
+GITHUB_A = "test-github-token-" + "a" * 20
39
40
41
@pytest.fixture(autouse=True)
0 commit comments