summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-06-29 10:00:22 +0200
committerJulian Berman <Julian@GrayVines.com>2021-06-29 10:00:22 +0200
commit5db56adcd2a2e09fe576777f4812d429ec42dd6c (patch)
treed3f40bdfb3e53894bee88773ce2bb73a3fbe8599
parent03ec4a1ac23f61052c8718d8a9a443092022204a (diff)
downloadjsonschema-5db56adcd2a2e09fe576777f4812d429ec42dd6c.tar.gz
Rename the test skip (to match the renamed tests).
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index 7d77bd4..4a75cdc 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -142,7 +142,7 @@ TestDraft3 = DRAFT3.to_unittest_testcase(
message=bug(371),
subject="ref",
case_description=(
- "$ref prevents a sibling $id from changing the base uri"
+ "$ref prevents a sibling id from changing the base uri"
),
)(test)
or skip(
@@ -222,7 +222,7 @@ TestDraft4 = DRAFT4.to_unittest_testcase(
message=bug(371),
subject="ref",
case_description=(
- "$ref prevents a sibling $id from changing the base uri"
+ "$ref prevents a sibling id from changing the base uri"
),
)(test)
or skip(