summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jsonschema/tests/_suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/_suite.py b/jsonschema/tests/_suite.py
index cba4f87..2687396 100644
--- a/jsonschema/tests/_suite.py
+++ b/jsonschema/tests/_suite.py
@@ -50,7 +50,7 @@ class Suite(object):
[sys.executable, str(jsonschema_suite), "remotes"],
)
return {
- "http://localhost:1234/" + name: schema
+ "http://localhost:1234/" + name.replace("\\", "/"): schema
for name, schema in json.loads(remotes.decode("utf-8")).items()
}