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:
DL6ER
2023-11-03 06:47:32 +01:00
committed by GitHub
parent 15ae21e39c
commit d805bd75f4

View File

@@ -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: