Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Apr 7, 2024
1 parent 7e2edbb commit d5e1075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/tests/test_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class AlertTest(ApiTest):
ApiTestCase(
["auditor1"],
"put",
204,
200,
{"value": "http"},
{
"id": 2,
Expand All @@ -235,7 +235,7 @@ class AlertTest(ApiTest):
ApiTestCase(
["admin1"],
"put",
204,
200,
{"value": "https"},
{
"id": 2,
Expand Down

0 comments on commit d5e1075

Please sign in to comment.