From 0343c389b5de6a6bdce76dde9ed44a596893dea5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 25 Jan 2016 13:22:12 -0800 Subject: switch from www.wikidata.org to test.wikidata.org --- tests/test_wikidata_org.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_wikidata_org.py b/tests/test_wikidata_org.py index b948180..7f6e377 100644 --- a/tests/test_wikidata_org.py +++ b/tests/test_wikidata_org.py @@ -25,7 +25,7 @@ class TestWikidataOrg(unittest.TestCase): @classmethod def setUp(cls): cls.srv = WikibaseServer( - api_url="https://www.wikidata.org/w/api.php", + api_url="https://test.wikidata.org/w/api.php", lang="en", auth=None) try: -- cgit v1.2.3