diff --git a/integration_tests/test_global.py b/integration_tests/test_global.py index 3d2a6e75..172a1f34 100644 --- a/integration_tests/test_global.py +++ b/integration_tests/test_global.py @@ -3,6 +3,6 @@ def test_global_1(): - client = CAVEclient(token=os.environ["CAVE_TOKEN"]) + client = CAVEclient(auth_token=os.environ["CAVE_TOKEN"]) datastacks = client.info.get_datastacks() assert len(datastacks) > 10