Skip to content
Snippets Groups Projects
Commit 32a5e21e authored by Pelle Koster's avatar Pelle Koster
Browse files

lint

parent a323af03
Branches
Tags
No related merge requests found
......@@ -511,6 +511,7 @@ def test_get_all_error_report_interfaces(client):
response_routers = {ifc['router'] for ifc in response_data}
assert len(response_routers) > 1, 'there should data from be lots of routers'
def test_error_report_interfaces_has_no_logical_interfaces(client):
rv = client.get("/poller/error-report-interfaces", headers=DEFAULT_REQUEST_HEADERS)
assert not [i["name"] for i in rv.json if i["name"].endswith(".1")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment