Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Dec 13, 2024
1 parent 4064185 commit f856fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_constraint_violation_missing_messages():
response_body = CONSTRAINT_VIOLATION_BODY_MISSING_MESSAGES
exc = VardefClientException(response_body)
assert exc.status == BAD_REQUEST_STATUS
assert exc.detail[0]["message"] == "No message provided"
assert exc.detail[0] == "updateVariableDefinitionById.updateDraft.owner.team: No message provided"


def test_constraint_violation_empty_violations():
Expand Down

0 comments on commit f856fae

Please sign in to comment.