diff --git a/tests/api2/ups.py b/tests/api2/ups.py index 5aa6e7f5f4e2..c0f80f7e284b 100644 --- a/tests/api2/ups.py +++ b/tests/api2/ups.py @@ -110,7 +110,7 @@ def test_10_change_UPS_options_while_service_is_running(): assert results.status_code == 200, results.text -@pytest.mark.parametrize('data', ['ports', 'identifier']) +@pytest.mark.parametrize('data', ['port', 'identifier']) def test_11_look_at_UPS_options_output_of_(data): assert payload[data] == results.json()[data], results.text @@ -121,7 +121,7 @@ def test_12_get_API_reports_UPS_configuration_as_saved(): assert results.status_code == 200, results.text -@pytest.mark.parametrize('data', ['ports', 'identifier']) +@pytest.mark.parametrize('data', ['port', 'identifier']) def test_13_look_API_reports_UPS_configuration_of_(data): assert payload[data] == results.json()[data], results.text