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

require name & status in poller response schema

parent 5fd2eaba
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ def test_router_interfaces(router, client_with_mocked_data): ...@@ -21,7 +21,7 @@ def test_router_interfaces(router, client_with_mocked_data):
"type": {"type": "string"}, "type": {"type": "string"},
"id": {"type": "integer"} "id": {"type": "integer"}
}, },
"required": ["type", "id"], "required": ["name", "status", "type", "id"],
"additionalProperties": False "additionalProperties": False
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment