Skip to content

Commit

Permalink
fix: ut for bulk trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
therealansh committed Feb 13, 2024
1 parent bf8331a commit 9a21669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/kotlin/EventsApiTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@ class EventsApiTest {
@Test
fun testBulkTriggerEvent() = runTest {
val responseBody = ResponseWrapper(
TriggerResponse(
listOf(
TriggerResponse(
acknowledged = true,
status = "status",
transactionId = "transactionId",
error = listOf("error")
)
)
)
mockWebServer.enqueue(
Expand Down

0 comments on commit 9a21669

Please sign in to comment.