Skip to content

Commit

Permalink
fix token test
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Apr 8, 2024
1 parent 6aa6d0b commit 01ff20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01ff20a

Please sign in to comment.