Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 2fbdbf8

Browse files
authored
Merge branch 'master' into version-0.3-beta
2 parents ef3fcfd + e96479a commit 2fbdbf8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_json_schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def test_to_json_schema_complex_regular_expression():
167167
to_json_schema(field)
168168

169169
expected = (
170-
"Cannot convert regular expression with non-standard flags "
171-
"to JSON schema: re.IGNORECASE|re.UNICODE|re.VERBOSE"
170+
"Cannot convert regular expression with non-standard flags to JSON schema: "
172171
)
173172
assert str(exc_info.value).startswith(expected)

0 commit comments

Comments
 (0)