Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-06 21:07:46 +02:00
committed by GitHub
parent 7229ef4ac4
commit 8595601708
170 changed files with 465 additions and 465 deletions

View File

@@ -68,11 +68,11 @@ response:
type: dict
sample:
{
"auth_api": False,
"auth_api": false,
"name": "Foo",
"auth_token": None,
"auth_token": null,
"user_count": 0,
"auth_secret": None,
"auth_secret": null,
"id": "csftwlu6uhralzi2dpmhekz3",
}
"""

View File

@@ -49,27 +49,27 @@ organizations:
sample:
[
{
"auth_api": False,
"auth_api": false,
"name": "FooOrg",
"auth_token": None,
"auth_token": null,
"user_count": 0,
"auth_secret": None,
"auth_secret": null,
"id": "csftwlu6uhralzi2dpmhekz3",
},
{
"auth_api": False,
"auth_api": false,
"name": "MyOrg",
"auth_token": None,
"auth_token": null,
"user_count": 3,
"auth_secret": None,
"auth_secret": null,
"id": "58070daee63f3b2e6e472c36",
},
{
"auth_api": False,
"auth_api": false,
"name": "BarOrg",
"auth_token": None,
"auth_token": null,
"user_count": 0,
"auth_secret": None,
"auth_secret": null,
"id": "v1sncsxxybnsylc8gpqg85pg",
}
]