Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: 35C4n0r <[email protected]>
  • Loading branch information
35C4n0r committed Jan 19, 2025
1 parent 3b7d1f4 commit 2b3db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def trigger_alert(provider_name):
headers={
"Content-Type": "application/json",
"Accept": "application/json",
"X-API-KEY": "3db87031-41c7-43cf-9a20-7cdbcf32f97d",
"X-API-KEY": "really_random_secret",
},
json=provider.simulate_alert(),
)

0 comments on commit 2b3db30

Please sign in to comment.