Skip to content

Commit 84a4eca

Browse files
Update tests/server-common/src/test/java/io/a2a/server/apps/common/AbstractA2AServerTest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3d549d4 commit 84a4eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server-common/src/test/java/io/a2a/server/apps/common/AbstractA2AServerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public void testGetPushNotificationSuccess() throws Exception {
306306
} catch (A2AServerException e) {
307307
fail("Unexpected exception during get push notification test: " + e.getMessage(), e);
308308
} finally {
309-
deleteTaskInTaskStore(MINIMAL_TASK.getId());
309+
deletePushNotificationConfigInStore(MINIMAL_TASK.getId(), MINIMAL_TASK.getId());
310310
}
311311
}
312312

0 commit comments

Comments
 (0)