From 6e31ea8576e55a0658bd77fa75b88e5743997c36 Mon Sep 17 00:00:00 2001 From: Alessandra Romero Date: Tue, 8 Oct 2024 17:15:51 -0400 Subject: [PATCH] fix test comment --- tests/unit/test_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_handlers.py b/tests/unit/test_handlers.py index 79fbc497eb..2b8a3ebea5 100644 --- a/tests/unit/test_handlers.py +++ b/tests/unit/test_handlers.py @@ -1934,7 +1934,7 @@ def test_200_response_with_streaming_output_left_untouched( operation_model.has_streaming_output = True http_response.content = "" 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