From bb339f4947c34d82dd89884c26f0914ca5eb3e03 Mon Sep 17 00:00:00 2001 From: Dhaval Mehta <20968146+dhaval-mehta@users.noreply.github.com> Date: Fri, 7 Feb 2020 01:28:51 +0530 Subject: [PATCH] FIX existing test cases --- tests/schemas/test_openapi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/schemas/test_openapi.py b/tests/schemas/test_openapi.py index cfa2e89ef..34e0eca47 100644 --- a/tests/schemas/test_openapi.py +++ b/tests/schemas/test_openapi.py @@ -126,6 +126,7 @@ class TestOperationIntrospection(TestCase): 'operationId': 'listDocStringExamples', 'description': 'A description of my GET operation.', 'parameters': [], + 'tags': ['example'], 'responses': { '200': { 'description': '', @@ -166,6 +167,7 @@ class TestOperationIntrospection(TestCase): 'type': 'string', }, }], + 'tags': ['example'], 'responses': { '200': { 'description': '',