We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b677ad commit 98e4d5cCopy full SHA for 98e4d5c
tests/robotcode/robot/config/test_profile.py
@@ -372,5 +372,5 @@ def test_type_that_wants_alist_should_throw_an_error() -> None:
372
[listeners]
373
listener_with_colon = "dummy:output"
374
"""
375
- with pytest.raises(TypeError, match=".*Value must be of type.*"):
+ with pytest.raises(TypeError, match=".*Value '.*' must be of type.*"):
376
load_robot_config_from_robot_toml_str(data)
0 commit comments