Skip to content

Commit 2721e0a

Browse files
Fix test
1 parent ae147ee commit 2721e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/swift-sdk-swift-tests/IterableInAppNotificationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class IterableInAppNotificationTests: XCTestCase {
180180
])
181181
let body = networkSession.getRequestBody() as! [String : Any]
182182
TestUtils.validateMatch(keyPath: KeyPath("messageId"), value: messageId, inDictionary: body)
183-
TestUtils.validateMatch(keyPath: KeyPath("urlClick"), value: buttonUrl, inDictionary: body)
183+
TestUtils.validateMatch(keyPath: KeyPath("clickedUrl"), value: buttonUrl, inDictionary: body)
184184
TestUtils.validateMatch(keyPath: KeyPath("userId"), value: IterableInAppNotificationTests.userId, inDictionary: body)
185185
expectation1.fulfill()
186186
}

0 commit comments

Comments
 (0)