Skip to content

Commit

Permalink
Update tests/integrations/test_project_discovery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo authored and daryllimyt committed Apr 28, 2024
1 parent 058ec38 commit 5f119ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/test_project_discovery.py
Expand Up @@ -31,7 +31,7 @@ def test_get_all_scan_results(
):
# Mock secrets manager
tracecat_api_url = os.environ["TRACECAT__API_URL"]
route = respx_mock.get(f"{tracecat_api_url}/secrets/emailrep").mock(
route = respx_mock.get(f"{tracecat_api_url}/secrets/project_discovery").mock(
return_value=Response(status_code=200, content=project_discovery_secret)
)

Expand Down

0 comments on commit 5f119ea

Please sign in to comment.