mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 04:18:25 +00:00
Update test/api/checkAPI.py
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ if __name__ == "__main__":
|
||||
errs[2] += len(errors)
|
||||
print("")
|
||||
|
||||
# Verify that all the endpoint defined by GET /api/endpoints are documented
|
||||
# Verify that all the endpoint defined by /api/endpoints are documented
|
||||
# and that there are no undocumented endpoints
|
||||
print("Comparing all endpoints defined in FTL against the OpenAPI specs...")
|
||||
with ResponseVerifyer(ftl, openapi) as verifyer:
|
||||
|
||||
Reference in New Issue
Block a user