From d805bd75f425fb898435a6da50fe2550f4af3f89 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 3 Nov 2023 06:47:32 +0100 Subject: [PATCH] Update test/api/checkAPI.py Co-authored-by: yubiuser Signed-off-by: DL6ER --- test/api/checkAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/checkAPI.py b/test/api/checkAPI.py index f8a3003b..09220a41 100644 --- a/test/api/checkAPI.py +++ b/test/api/checkAPI.py @@ -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: