Skip to content

Commit beb3889

Browse files
committed
fix: encoding error
1 parent 60cd143 commit beb3889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_request_option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_filter_tags_in(server: TSC.Server) -> None:
116116
# check if filtered projects with spaces & special characters
117117
# get correctly returned
118118
def test_filter_name_in(server: TSC.Server) -> None:
119-
response_xml = FILTER_NAME_IN.read_text()
119+
response_xml = FILTER_NAME_IN.read_text("utf8")
120120
with requests_mock.mock() as m:
121121
m.get(
122122
server.projects.baseurl + "?filter=name%3Ain%3A%5Bdefault%2CSalesforce+Sales+Proje%C5%9Bt%5D",

0 commit comments

Comments
 (0)