Skip to content

Commit

Permalink
fixes TestPageHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 27, 2024
1 parent bbb04ec commit a431919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_page_history.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import json

from tests.basetest import BaseTest
from tests.base_wiki_test import BaseWikiTest
from wikibot3rd.pagehistory import PageHistory


class TestPageHistory(BaseTest):
class TestPageHistory(BaseWikiTest):
"""
test querying the wiki api for the history of a page
"""
Expand Down

0 comments on commit a431919

Please sign in to comment.