Skip to content

Commit

Permalink
Fix broken fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 17, 2024
1 parent 64c36c9 commit c7ac8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_with_plugins(self):

def fake_plugin(self, name, schema_version=7, end="#"):
schema = {
"$id": id or f"https://example.com/{name}.schema.json",
"$id": f"https://example.com/{name}.schema.json",
"$schema": f"http://json-schema.org/draft-{schema_version:02d}/schema{end}",
"type": "object",
}
Expand Down

0 comments on commit c7ac8ca

Please sign in to comment.