Skip to content

Commit d1632b6

Browse files
committed
test(integration): fix legal integration test
1 parent 326c9be commit d1632b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/net/accelbyte/sdk/core/IntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ public void LegalServiceTests() throws ResponseException, IOException {
900900
.policyId("6adb3d65-b428-4dbc-a08d-e5126c644557") // The marketing
901901
// policy
902902
.isAccepted(true)
903+
.isNeedToSendEventMarketing(false)
903904
.build()
904905
});
905906

0 commit comments

Comments
 (0)