Skip to content
Snippets Groups Projects
Commit 10ff9d24 authored by Erik Reid's avatar Erik Reid
Browse files

non-operational services can now be returned

parent 60967171
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,6 @@ def test_all_services_default(client):
jsonschema.validate(response_data, poller.SERVICES_LIST_SCHEMA)
assert response_data # test data is non-empty
assert all(s['status'] == 'operational' for s in response_data)
def test_all_services_all(client):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment