Skip to content

Commit

Permalink
fix error in url path
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Oct 17, 2024
1 parent 23f869a commit c71549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metadata/v20/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_string(s):
)

assert get_string(OEMETADATA_V200_SCHEMA["$id"]) == get_string(
"https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/v200_draft/schema.json"
"https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/v20/schema.json"
)


Expand Down

0 comments on commit c71549b

Please sign in to comment.