Skip to content

Commit fdba1fa

Browse files
committed
Updated test_get_value_response_text
1 parent c0024bb commit fdba1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def get(self):
157157
assert isinstance(Index().get(), ResponseBase)
158158
assert Index().get().headers.get("Content-Type") == "text/html; charset=utf-8"
159159
# Main test
160-
assert Index().get_value() == "GET"
160+
assert Index().get_value() == b"GET"
161161

162162

163163
def test_get_value_response_json(app_ctx):

0 commit comments

Comments
 (0)