Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 2, 2024
1 parent c220b87 commit 2a325b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def test_get_vector_list(test_user, sumo_test_ensemble_ahm):
tokens = AccessTokens(sumo_access_token=token)
user = AuthenticatedUser(user_id="test_user", username="test_user", access_tokens=tokens)
assert user.has_sumo_access_token() == True
assert len(user.get_sumo_access_token()) == 537
# assert len(user.get_sumo_access_token()) == 537



Expand Down

0 comments on commit 2a325b2

Please sign in to comment.