Skip to content

Commit

Permalink
drop noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
reedsa committed Sep 12, 2023
1 parent 6532d14 commit e9be913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/manager/test_response_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_formatted_response_raises_errors(
f"The response was in an unexpected format and unable to be parsed. "
f"The error is: error['code'] must be an integer. "
f"The raw response is: {INVALID_CODE_RESP_FORMAT}"
), # noqa: E501
),
),
(
INVALID_MESSAGE_RESP_FORMAT,
Expand All @@ -223,7 +223,7 @@ def test_formatted_response_raises_errors(
f"The response was in an unexpected format and unable to be parsed. "
f"The error is: error['message'] must be a string, integer or null. "
f"The raw response is: {INVALID_MESSAGE_RESP_FORMAT}"
), # noqa: E501
),
),
],
)
Expand Down

0 comments on commit e9be913

Please sign in to comment.