You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extras/queue-manager-replicated/tests-single-instance/src/test/java/io/a2a/extras/queuemanager/replicated/tests/KafkaReplicationIntegrationTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ public void testA2AMessageReplicatedToKafka() throws Exception {
177
177
assertEquals(contextId, statusUpdateEvent.contextId(), "Event context ID should match original context ID");
178
178
assertEquals(TaskState.SUBMITTED, statusUpdateEvent.status().state(), "Event should show SUBMITTED state");
179
179
assertFalse(statusUpdateEvent.isFinal(), "Event should show final:false");
180
-
assertEquals("status-update", statusUpdateEvent.kind(), "Event should indicate status-update type");
180
+
assertEquals(TaskStatusUpdateEvent.STREAMING_EVENT_ID, statusUpdateEvent.kind(), "Event should indicate status-update type");
0 commit comments