Skip to content

Commit 8ad4495

Browse files
committed
test: rename credential test fixtures to avoid GitGuardian false positives
1 parent 8f6b5dc commit 8ad4495

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/core/test_credentials_per_user.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
pytestmark = pytest.mark.v2
3535

36-
ANTHROPIC_A = "sk-ant-api03-" + "a" * 32
37-
ANTHROPIC_B = "sk-ant-api03-" + "b" * 32
38-
GITHUB_A = "ghp_" + "a" * 36
36+
ANTHROPIC_A = "test-anthropic-key-" + "a" * 20
37+
ANTHROPIC_B = "test-anthropic-key-" + "b" * 20
38+
GITHUB_A = "test-github-token-" + "a" * 20
3939

4040

4141
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)