Skip to content

Commit

Permalink
added region explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Apr 15, 2024
1 parent 93c10d1 commit 33861db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DataPipeline/APITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DataPipelineAPITest: UnitTest {
try skipRunningTest()

_ = SDKConfigBuilder(cdpApiKey: .random)
.region(.US)
.region(Region.US)
.logLevel(.info)
.apiHost("")
.cdnHost("")
Expand Down

0 comments on commit 33861db

Please sign in to comment.