Skip to content

Commit 93bbc24

Browse files
authored
Merge pull request #19 from IABTechLab/ian-UID2-2145-update-test-identities
update test identities
2 parents e70e029 + e71ce58 commit 93bbc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_publisher_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_integration_generate_and_refresh(self):
114114
# this test requires these env vars to be configured: UID2_BASE_URL, UID2_API_KEY, UID2_SECRET_KEY
115115
def test_integration_optout(self):
116116

117-
token_generate_response = self.publisher_client.generate_token(TokenGenerateInput.from_email("optout@email.com"))
117+
token_generate_response = self.publisher_client.generate_token(TokenGenerateInput.from_email("refresh-optout@example.com").do_not_generate_tokens_for_opted_out())
118118

119119
self.assertFalse(token_generate_response.is_optout())
120120

0 commit comments

Comments
 (0)