Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgromero committed Oct 8, 2024
1 parent 7ed96ee commit 6e31ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ def test_200_response_with_streaming_output_left_untouched(
operation_model.has_streaming_output = True
http_response.content = "<Error></Error>"
handlers.check_for_200_error(operation_model, response_dict, http_response)
# We don't touch the status code on streaming operations
# We don't touch the status code on streaming operations.
assert http_response.status_code == 200
assert response_dict['status_code'] == 200

Expand Down

0 comments on commit 6e31ea8

Please sign in to comment.