diff --git a/test/test_bad_schema_ref.rb b/test/test_bad_schema_ref.rb index a8b07d00..af004eec 100644 --- a/test/test_bad_schema_ref.rb +++ b/test/test_bad_schema_ref.rb @@ -29,7 +29,7 @@ def test_bad_host_ref schema = { "$schema" => "http://json-schema.org/draft-04/schema#", "type" => "array", - "items" => { "$ref" => "http://ppcheesecheseunicornnuuuurrrrr.com/json.schema"} + "items" => { "$ref" => "http://ppcheesecheseunicornnuuuurrrrr.example.invalid/json.schema"} } data = [1,2,3]