Skip to content

Commit

Permalink
Merge pull request #888 from mkudlej/fix_activedocs
Browse files Browse the repository at this point in the history
the online source moved to different location
  • Loading branch information
dhlavac authored Nov 21, 2024
2 parents 0ec51d9 + 02b01b8 commit 5fb8306
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testsuite/tests/toolbox/test_activedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 5fb8306

Please sign in to comment.