From 6a6d7997d23bc667c23b03e1fa9119e47033a118 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 15:05:02 -0700 Subject: DefaultApi leakage thing fixed, so don't skip test --- python/tests/tools_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/tests/tools_api.py b/python/tests/tools_api.py index 933135a3..f9ccffb3 100644 --- a/python/tests/tools_api.py +++ b/python/tests/tools_api.py @@ -14,8 +14,5 @@ def test_authenticated_api(): def test_public_api(): api = public_api("http://localhost:9411/v0") api.get_changelog() - # XXX: there is some contamination happening here, and we're getting - # authenticated. Maybe the DefaultAPI thing? - pytest.skip("public_api() client not isolated from authenticated") with pytest.raises(ApiException): api.auth_check() -- cgit v1.2.3