Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayirr7 committed Apr 3, 2023
1 parent 0f622d4 commit db9fc62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_incorrect_use_case_id_value(self):
assert response.status_code == 400
assert (
response.json()["detail"]
== "Invalid useCase parameter. Please use one of: release-health, performance"
== "Invalid useCase parameter. Please use one of: release-health, performance, generic-metrics"
)

def test_invalid_field(self):
Expand Down

0 comments on commit db9fc62

Please sign in to comment.