Skip to content

Commit

Permalink
test: update routes
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Oct 29, 2024
1 parent 61416e8 commit 24c156d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
assert ('/v1/deployments/stats/cluster', {'GET'}) in routes

assert ('/v1/try_me/nomad', {'POST'}) in routes
assert ('/v1/try_me/nomad', {'GET'}) in routes
assert ('/v1/try_me/nomad/{deployment_uuid}', {'GET'}) in routes
assert ('/v1/try_me/nomad/{deployment_uuid}', {'DELETE'}) in routes

print('Checks for API routes passed!')

0 comments on commit 24c156d

Please sign in to comment.