mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
add indention to swagger docs
this will make it easier to spot changes as our APIs change
This commit is contained in:
parent
01c6463b1b
commit
5b9dc41015
@ -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)
|
||||
))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user