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

Revert "non-operational services can now be returned"

This reverts commit 10ff9d24.
parent 10ff9d24
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ def test_all_services_default(client): ...@@ -171,6 +171,7 @@ def test_all_services_default(client):
jsonschema.validate(response_data, poller.SERVICES_LIST_SCHEMA) jsonschema.validate(response_data, poller.SERVICES_LIST_SCHEMA)
assert response_data # test data is non-empty assert response_data # test data is non-empty
assert all(s['status'] == 'operational' for s in response_data)
def test_all_services_all(client): 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