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

removed unused param

parent c8e0e45a
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def test_gws_indirect(client):
assert all(s['type'] == 'GWS - INDIRECT' for s in response_data)
def test_gws_indirect_snmp(client, service_type):
def test_gws_indirect_snmp(client):
# same as test_services_snmp, but also verify that
# the snmp data in the response contains counters
rv = client.get(
......
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