Skip to content

Commit

Permalink
fix: edi alert test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtria91 committed Dec 13, 2024
1 parent fcf2e7d commit 5cb802a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tests/routes/model_route_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def test_get_last_n_alerts(self):
model_uuid=model1.uuid,
reference_uuid=None,
current_uuid=current1.uuid,
completion_uuid=None,
anomaly_type=AnomalyType.DRIFT,
anomaly_features=['num1', 'num2'],
),
Expand All @@ -183,6 +184,7 @@ def test_get_last_n_alerts(self):
model_uuid=model0.uuid,
reference_uuid=None,
current_uuid=current0.uuid,
completion_uuid=None,
anomaly_type=AnomalyType.DRIFT,
anomaly_features=['num1', 'num2'],
),
Expand Down

0 comments on commit 5cb802a

Please sign in to comment.