diff --git a/testsuite/tests/toolbox/test_activedoc.py b/testsuite/tests/toolbox/test_activedoc.py index ec43beb8..d0d9d147 100644 --- a/testsuite/tests/toolbox/test_activedoc.py +++ b/testsuite/tests/toolbox/test_activedoc.py @@ -9,7 +9,7 @@ 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"),