Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cberkhoff committed Aug 9, 2024
1 parent f9ab853 commit 7ab9806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sidecar/tests/app/routes/test_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_start_ipa_helper(mock_role):
"stall_detection": True,
"multi_threading": True,
"disable_metrics": True,
"reveal_aggregation": True,
},
)
assert response.status_code == 200
Expand All @@ -87,6 +88,7 @@ def test_start_ipa_helper_as_coordinator(mock_role):
"stall_detection": True,
"multi_threading": True,
"disable_metrics": True,
"reveal_aggregation": True,
},
)

Expand Down

0 comments on commit 7ab9806

Please sign in to comment.