Skip to content

Commit 915fd04

Browse files
updates unit tests
1 parent 34dbfb5 commit 915fd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit-tests/IterableAPITests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class IterableAPITests: XCTestCase {
1111
private static let apiKey = "zeeApiKey"
1212
private static let email = "[email protected]"
1313
private static let userId = "testUserId"
14-
private static let apiEndPointUS = "https://api.iterable.com"
15-
private static let apiEndPointEU = "https://api.eu.iterable.com"
14+
private static let apiEndPointUS = "https://api.iterable.com/api/"
15+
private static let apiEndPointEU = "https://api.eu.iterable.com/api/"
1616

1717
override func setUp() {
1818
super.setUp()

0 commit comments

Comments
 (0)