We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2461584 commit b08050cCopy full SHA for b08050c
tests/test_plotly_utils/validators/test_string_validator.py
@@ -85,7 +85,7 @@ def test_rejection_values(val, validator_values):
85
with pytest.raises(ValueError) as validation_failure:
86
validator_values.validate_coerce(val)
87
88
- assert "Invalid value".format() in str(validation_failure.value)
+ assert "Invalid value" in str(validation_failure.value)
89
assert "['foo', 'BAR', '']" in str(validation_failure.value)
90
91
0 commit comments