From 02b01b80877ca8344b7e8e7032afe59d167ed27b Mon Sep 17 00:00:00 2001 From: Martin Kudlej Date: Thu, 21 Nov 2024 12:16:58 +0100 Subject: [PATCH] the online source moved to different location --- testsuite/tests/toolbox/test_activedoc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/toolbox/test_activedoc.py b/testsuite/tests/toolbox/test_activedoc.py index ec43beb8..b453b897 100644 --- a/testsuite/tests/toolbox/test_activedoc.py +++ b/testsuite/tests/toolbox/test_activedoc.py @@ -9,7 +9,9 @@ from testsuite.utils import blame, blame_desc, randomize from testsuite import rawobj -SWAGGER_LINK = "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v2.0/json/petstore.json" +SWAGGER_LINK = ( + "https://raw.githubusercontent.com/OAI/learn.openapis.org/refs/heads/main/examples/v2.0/json/petstore.json" +) pytestmark = [ pytest.mark.xdist_group(name="toolbox"),