We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cd143 commit beb3889Copy full SHA for beb3889
test/test_request_option.py
@@ -116,7 +116,7 @@ def test_filter_tags_in(server: TSC.Server) -> None:
116
# check if filtered projects with spaces & special characters
117
# get correctly returned
118
def test_filter_name_in(server: TSC.Server) -> None:
119
- response_xml = FILTER_NAME_IN.read_text()
+ response_xml = FILTER_NAME_IN.read_text("utf8")
120
with requests_mock.mock() as m:
121
m.get(
122
server.projects.baseurl + "?filter=name%3Ain%3A%5Bdefault%2CSalesforce+Sales+Proje%C5%9Bt%5D",
0 commit comments