aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-20 15:05:02 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-20 15:05:02 -0700
commit6a6d7997d23bc667c23b03e1fa9119e47033a118 (patch)
tree0b58367350a8c12e67fdfb9f48a55818d0da8ce3 /python/tests
parentdeb0926c14d9ce2ca90d4d4e983683e158e76432 (diff)
downloadfatcat-6a6d7997d23bc667c23b03e1fa9119e47033a118.tar.gz
fatcat-6a6d7997d23bc667c23b03e1fa9119e47033a118.zip
DefaultApi leakage thing fixed, so don't skip test
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/tools_api.py3
1 files changed, 0 insertions, 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()