Skip to content

Commit

Permalink
update caller token test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed May 11, 2024
1 parent 76d805e commit f280e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_resources/test_clusters/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def test_caller_token_propagated(self, cluster):
unassumed_token, assumed_token = remote_assume_caller_and_get_token()
# "Local token" is the token the cluster accesses in rh.configs.token; this is what will be used
# in subsequent rns_client calls
assert "+" in assumed_token
assert assumed_token == rh.globals.rns_client.cluster_token(
rh.configs.token, cluster.rns_address
)
Expand Down

0 comments on commit f280e7a

Please sign in to comment.