We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9761ab commit 9113c7bCopy full SHA for 9113c7b
1 file changed
test/hermes_test/model/types/conftest.py
@@ -40,7 +40,7 @@ def compact(cls, base_url: str = "http://spam.eggs/", embed_vocabulary: bool = T
40
:returns: The rendered compact document.
41
"""
42
return {
43
- "@context": [cls.vocabulary(base_url) if embed_vocabulary else base_url],
+ "@context": cls.vocabulary(base_url) if embed_vocabulary else base_url,
44
45
"spam": "bacon",
46
"ham": f"{base_url}identifier",
0 commit comments