We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dbfb5 commit 915fd04Copy full SHA for 915fd04
tests/unit-tests/IterableAPITests.swift
@@ -11,8 +11,8 @@ class IterableAPITests: XCTestCase {
11
private static let apiKey = "zeeApiKey"
12
private static let email = "[email protected]"
13
private static let userId = "testUserId"
14
- private static let apiEndPointUS = "https://api.iterable.com"
15
- private static let apiEndPointEU = "https://api.eu.iterable.com"
+ private static let apiEndPointUS = "https://api.iterable.com/api/"
+ private static let apiEndPointEU = "https://api.eu.iterable.com/api/"
16
17
override func setUp() {
18
super.setUp()
0 commit comments