Skip to content

Commit 0e2ece4

Browse files
committed
revert tests added by mistake
1 parent 9078e80 commit 0e2ece4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/test/java/com/uid2/client/BidstreamClientTests.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,6 @@ private static Stream<Arguments> data_IdentityScopeAndType_TestCases() {
206206
);
207207
}
208208

209-
@ParameterizedTest
210-
@ValueSource(strings = {"V2", "V3", "V4"})
211-
public void userOptedOutTest(TokenVersionForTesting tokenVersion) throws Exception {
212-
refresh(keyBidstreamResponse(IdentityScope.UID2, MASTER_KEY, SITE_KEY));
213-
int privacyBits = PrivacyBitsBuilder.Builder().WithOptedOut(true).Build();
214-
215-
String advertisingToken = AdvertisingTokenBuilder.builder().withVersion(tokenVersion).withPrivacyBits(privacyBits).build();
216-
217-
validateAdvertisingToken(advertisingToken, IdentityScope.UID2, IdentityType.Email, tokenVersion);
218-
DecryptionResponse res = bidstreamClient.decryptTokenIntoRawUid(advertisingToken, null);
219-
assertFalse(res.isSuccess());
220-
assertEquals(DecryptionStatus.SUCCESS, res.getStatus());
221-
assertNull(res.getUid());
222-
}
223-
224209
// These are the domain or app names associated with site SITE_ID, as defined by keyBidstreamResponse()
225210
@ParameterizedTest
226211
@CsvSource({

0 commit comments

Comments
 (0)