Skip to content

Commit f2564c4

Browse files
committed
make it a set
1 parent ea01704 commit f2564c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,4 +1335,4 @@ def test_token_rollout_calculation(self):
13351335
self.assertFalse(is_token_in_rollout(token, percentage - 0.2)) # Just below the hash value
13361336

13371337
# Test that the token exclusion works correctly
1338-
self.assertFalse(is_token_in_rollout(token, percentage=100.0, excluded_hashes=token_hash))
1338+
self.assertFalse(is_token_in_rollout(token, percentage=1.0, excluded_hashes={token_hash}))

0 commit comments

Comments
 (0)