Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjunk committed Oct 18, 2024
1 parent 6072ae2 commit 9cd26ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit_tests/test_accept.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class Form(FormPage):
"loc": ("accept",),
"msg": "Input should be 'ACCEPTED' or 'INCOMPLETE'",
"type": "enum",
"url": "https://errors.pydantic.dev/2.7/v/enum",
}
]
assert_equal_ignore_key(expected, error_info.value.errors(), ["url"])

0 comments on commit 9cd26ba

Please sign in to comment.