fix: resolve CI/CD workflow issues
This commit is contained in:
@@ -74,7 +74,7 @@ class TestCLIDoc:
|
||||
|
||||
def test_doc_writes_to_file(self):
|
||||
with runner.isolated_filesystem():
|
||||
schema_content = '{"title": "Test", "type": "object", "properties": {}}'
|
||||
schema_content = '''{"title": "Test", "type": "object", "properties": {}}'''
|
||||
|
||||
with open("schema.json", "w") as f:
|
||||
f.write(schema_content)
|
||||
|
||||
Reference in New Issue
Block a user