Skip to content

Commit 2ed2f1e

Browse files
lvrfrc87chadell
andauthored
Update tests/test_get_value.py
Co-authored-by: Christian Adell <[email protected]>
1 parent a3762da commit 2ed2f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_get_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
my_data = {"global": {"peers": {"10.1.0.0": "peer1", "10.2.0.0": "peer2"}}}
77

88

9-
@pytest.mark.parametrize("data", [my_data])
9+
@pytest.mark.parametrize("data", my_data)
1010
def test_jmspath_return_none(data):
1111
"""Handle exception when JMSPath retunr None."""
1212
my_jmspath = "global[*]"

0 commit comments

Comments
 (0)