Skip to content

Commit 05da07b

Browse files
committed
Fix Personalization set command unit test
1 parent 15d5709 commit 05da07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AlgoliaSearchClientTests/Unit/Command/PersonalizationCommandTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class PersonalizationCommandTests: XCTestCase, AlgoliaCommandTest {
3434
.init(name: "testParameter", value: "testParameterValue"),
3535
],
3636
body: test.personalizationStrategy.httpBody,
37+
additionalHeaders: ["Content-Type": "application/json"],
3738
requestOptions: test.requestOptions)
3839
}
3940

0 commit comments

Comments
 (0)