Skip to content

Commit 2e11fee

Browse files
Fix invalid escape sequence test warning
1 parent f21a3c1 commit 2e11fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ def post(self):
175175

176176
resp = client.post_json("/apples/validation/", data, status=400)
177177
assert re.match(
178-
"Additional properties are not allowed \(u*'agge' was unexpected\)",
178+
r"Additional properties are not allowed \(u*'agge' was unexpected\)",
179179
resp["errors"][""],
180180
)

0 commit comments

Comments
 (0)