We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3762da commit 2ed2f1eCopy full SHA for 2ed2f1e
tests/test_get_value.py
@@ -6,7 +6,7 @@
6
my_data = {"global": {"peers": {"10.1.0.0": "peer1", "10.2.0.0": "peer2"}}}
7
8
9
-@pytest.mark.parametrize("data", [my_data])
+@pytest.mark.parametrize("data", my_data)
10
def test_jmspath_return_none(data):
11
"""Handle exception when JMSPath retunr None."""
12
my_jmspath = "global[*]"
0 commit comments