Skip to content

Commit 572ba7f

Browse files
committed
Fix region error
1 parent a905455 commit 572ba7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Tests/OptimizelyTests-Batch-iOS/EventDispatcherTests_Batch.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,8 @@ extension EventDispatcherTests_Batch {
950950
projectID: testProjectId,
951951
clientName: kClientName,
952952
anonymizeIP: kAnonymizeIP,
953-
enrichDecisions: kEnrichDecision)
953+
enrichDecisions: kEnrichDecision,
954+
region: "US")
954955
}
955956

956957
func dispatchMultipleEvents(_ events: [(url: String, event: BatchEvent)]) {

Tests/TestUtils/OTUtils.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ class OTUtils {
232232
projectID: testProjectId,
233233
clientName: "test",
234234
anonymizeIP: true,
235-
enrichDecisions: true)
235+
enrichDecisions: true,
236+
region: "US")
236237
}
237238

238239
static func clearAllEventQueues() {

0 commit comments

Comments
 (0)