Skip to content

Commit

Permalink
fix: assertion error
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 7, 2024
1 parent 075a986 commit 6c505d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/tests/model_view_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def generic(
assert status_code_assertion(
status_code
), f"Unexpected status code: {status_code}." + (
"\nResponse JSON: "
"\nValidation errors:: "
+ json.dumps(
# pylint: disable-next=no-member
response.json(), # type: ignore[attr-defined]
Expand Down

0 comments on commit 6c505d1

Please sign in to comment.