Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Feb 9, 2024
1 parent 3645b86 commit cd7a912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_server_health_returns_200():
def test_server_list_actions_returns_200():
request, response = app.test_client.get("/actions")
assert response.status == 200
assert len(response.json) == 3
assert len(response.json) == 4


def test_server_webhook_unknown_action_returns_404():
Expand Down

0 comments on commit cd7a912

Please sign in to comment.