Skip to content

Commit

Permalink
Merge pull request #867 from GitGuardian/agateau/unbreak-func-tests
Browse files Browse the repository at this point in the history
Fix test_scan_path_ignore_known_secrets functional test
  • Loading branch information
agateau-gg committed Apr 3, 2024
2 parents 5a9092c + 7b22309 commit 8812987
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 @@ -27,7 +27,7 @@
KNOWN_SECRET = os.environ.get("TEST_KNOWN_SECRET", "")

# This secret must not be known by the dashboard running our tests
UNKNOWN_SECRET = os.environ.get("TEST_UNKNOWN_SECRET", "ggtt-v-0frijog879") # ggignore
UNKNOWN_SECRET = os.environ.get("TEST_UNKNOWN_SECRET", "ggtt-v-0d4buhg879") # ggignore


def is_windows():
Expand Down

0 comments on commit 8812987

Please sign in to comment.