From 740e4a80e65b8f850b2a11fd40bdbb6da209b5c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:37:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_tutorial/test_extending_openapi/test_tutorial006.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_tutorial/test_extending_openapi/test_tutorial006.py b/tests/test_tutorial/test_extending_openapi/test_tutorial006.py index 34aad3d6e..3671b1543 100644 --- a/tests/test_tutorial/test_extending_openapi/test_tutorial006.py +++ b/tests/test_tutorial/test_extending_openapi/test_tutorial006.py @@ -11,7 +11,6 @@ def test_swagger_ui(): assert 'router="history"' in response.text assert 'layout="sidebar"' in response.text assert 'tryItCredentialPolicy="omit"' in response.text - def test_get_users():