We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a714424 commit 2c972a9Copy full SHA for 2c972a9
1 file changed
tests/test_omnilogic.py
@@ -42,11 +42,11 @@ def test__check_duplicate_item_names_different_host() -> None:
42
]
43
warning = _check_duplicate_item_names(
44
items,
45
- source_id="10.0.0.1:3000",
+ source_id="127.0.0.2:3000",
46
)
47
48
assert warning is not None
49
- assert "OmniLogic 10.0.0.1:3000 contains multiple items with the same name:" in warning
+ assert "OmniLogic 127.0.0.2:3000 contains multiple items with the same name:" in warning
50
51
52
def test__check_duplicate_item_names_no_duplicates() -> None:
0 commit comments