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 3d2b540 commit 27aaa7fCopy full SHA for 27aaa7f
tests/endpoint-tests/IterableAPISupport.swift
@@ -54,7 +54,7 @@ struct IterableAPISupport {
54
}
55
56
private static func createIterableHeaders() -> [String: String] {
57
- [JsonKey.contentType.jsonKey: JsonValue.applicationJson,
+ [JsonKey.contentType: JsonValue.applicationJson,
58
JsonKey.Header.sdkPlatform: JsonValue.iOS,
59
JsonKey.Header.sdkVersion: IterableAPI.sdkVersion,
60
JsonKey.Header.apiKey: apiKey]
0 commit comments