diff --git a/tests/routes.py b/tests/routes.py index ade0fb5..456cbdd 100644 --- a/tests/routes.py +++ b/tests/routes.py @@ -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!')