summaryrefslogtreecommitdiffstats
path: root/python/tests/api_webcaptures.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/api_webcaptures.py')
-rw-r--r--python/tests/api_webcaptures.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tests/api_webcaptures.py b/python/tests/api_webcaptures.py
index 7734398b..1054b41f 100644
--- a/python/tests/api_webcaptures.py
+++ b/python/tests/api_webcaptures.py
@@ -4,8 +4,8 @@ import pytest
import datetime
from copy import copy
-from fatcat_client import *
-from fatcat_client.rest import ApiException
+from fatcat_openapi_client import *
+from fatcat_openapi_client.rest import ApiException
from fixtures import *
@@ -155,7 +155,7 @@ def test_bad_webcapture(api):
api.create_webcapture(eg.editgroup_id, good)
for b in bad_list:
- with pytest.raises(fatcat_client.rest.ApiException):
+ with pytest.raises(fatcat_openapi_client.rest.ApiException):
api.create_webcapture(eg.editgroup_id, b)
with pytest.raises(ValueError):