mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #1163 from ryanpetrello/swagger
add indention to swagger docs
This commit is contained in:
@@ -184,5 +184,5 @@ class TestSwaggerGeneration():
|
||||
def teardown_class(cls):
|
||||
with open('swagger.json', 'w') as f:
|
||||
f.write(force_bytes(
|
||||
json.dumps(cls.JSON, cls=i18nEncoder)
|
||||
json.dumps(cls.JSON, cls=i18nEncoder, indent=2)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user