Skip to content

Commit

Permalink
updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani committed May 9, 2024
1 parent 2c67571 commit 01dde6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_stats(app, client, time_keeper):
client.post(post_resource)
client.patch(patch_resource)

result = client.get("/stats")
result = client.get("/krkn-stats")
stats_json = json.loads(result.get_data(as_text=True))
assert len(stats_json) == 3
get = [r for r in stats_json if r["method"] == "GET"][0]
Expand Down

0 comments on commit 01dde6e

Please sign in to comment.