Skip to content

Commit 27aaa7f

Browse files
Fix merge issue.
1 parent 3d2b540 commit 27aaa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/endpoint-tests/IterableAPISupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct IterableAPISupport {
5454
}
5555

5656
private static func createIterableHeaders() -> [String: String] {
57-
[JsonKey.contentType.jsonKey: JsonValue.applicationJson,
57+
[JsonKey.contentType: JsonValue.applicationJson,
5858
JsonKey.Header.sdkPlatform: JsonValue.iOS,
5959
JsonKey.Header.sdkVersion: IterableAPI.sdkVersion,
6060
JsonKey.Header.apiKey: apiKey]

0 commit comments

Comments
 (0)