From 51ea93f87fb2f6f537a07966547cbde4dc824c09 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 4 Feb 2022 08:40:19 -0500 Subject: [PATCH] black --- src/_zkapauthorizer/tests/test_client_resource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_zkapauthorizer/tests/test_client_resource.py b/src/_zkapauthorizer/tests/test_client_resource.py index 3ada6f6..61e7411 100644 --- a/src/_zkapauthorizer/tests/test_client_resource.py +++ b/src/_zkapauthorizer/tests/test_client_resource.py @@ -292,6 +292,7 @@ class OpenAPITests(TestCase): """ Tests for the OpenAPI specification for the HTTP API. """ + def test_backup_recovery_valid(self): """ The specification document is valid OpenAPI 3.0. -- GitLab