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

fix lint

parent 6bb115f5
No related branches found
No related tags found
No related merge requests found
...@@ -217,6 +217,7 @@ def test_validate_interface_counters_and_influx_points_for_all_juniper_routers( ...@@ -217,6 +217,7 @@ def test_validate_interface_counters_and_influx_points_for_all_juniper_routers(
for value in point['fields'].values(): for value in point['fields'].values():
assert isinstance(value, int) assert isinstance(value, int)
class TestGetJuniperNetConf: class TestGetJuniperNetConf:
RAW_RESPONSE_FILE = "raw-response-juniper-sample.xml" RAW_RESPONSE_FILE = "raw-response-juniper-sample.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment