Skip to content

Commit 58e82a5

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

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
@@ -3,7 +3,7 @@
33
from netcompare import CheckType
44

55

6-
my_data = {"global": {"peers": {"10.1.0.0": "peer1", "10.2.0.0": "peer2"}}}
6+
my_data = [{"global": {"peers": {"10.1.0.0": "peer1", "10.2.0.0": "peer2"}}}]
77

88

99
@pytest.mark.parametrize("data", my_data)

0 commit comments

Comments
 (0)