Skip to content

Commit 98e4d5c

Browse files
committed
test: fix some unittest
1 parent 4b677ad commit 98e4d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/robotcode/robot/config/test_profile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,5 @@ def test_type_that_wants_alist_should_throw_an_error() -> None:
372372
[listeners]
373373
listener_with_colon = "dummy:output"
374374
"""
375-
with pytest.raises(TypeError, match=".*Value must be of type.*"):
375+
with pytest.raises(TypeError, match=".*Value '.*' must be of type.*"):
376376
load_robot_config_from_robot_toml_str(data)

0 commit comments

Comments
 (0)