Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-mmill committed Nov 28, 2024
1 parent d41e7ec commit 27cbe61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/secret/test_scan_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_scan_path(tmp_path: Path, show_secrets: bool) -> None:
def test_scan_path_dot_git(tmp_path: Path, show_secrets: bool) -> None:
# GIVEN a secret
test_file = tmp_path / ".git" / "config"
test_file.parent.mkdir()
test_file.write_text(f"SECRET='{GG_VALID_TOKEN}'")

# WHEN ggshield scans it
Expand Down

0 comments on commit 27cbe61

Please sign in to comment.