Skip to content

Commit

Permalink
update another atomic test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Jun 9, 2024
1 parent a0080bb commit 954e927
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_atomic/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,4 @@ def test_not_supported_operation(
AtomicOperationRequest.model_validate(atomic_request_data)
errors = exc_info.value.errors()
error = errors[0]
assert (
error.get("msg")
== f"value is not a valid enumeration member; permitted: {allowed_atomic_actions_as_string}"
)
assert error.get("msg") == f"Input should be {allowed_atomic_actions_as_string}"

0 comments on commit 954e927

Please sign in to comment.