Skip to content

Commit 5b169b5

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 aa38d02 commit 5b169b5

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
@@ -297,7 +297,7 @@ public void testGetPushNotificationSuccess() throws Exception {
297297
assertNotNull(setResponse);
298298

299299
// Then get the push notification config
300-
GetTaskPushNotificationConfigResponse response = client.getTaskPushNotificationConfig("2", pushNotificationConfig.id());
300+
GetTaskPushNotificationConfigResponse response = client.getTaskPushNotificationConfig("2", new GetTaskPushNotificationConfigParams(MINIMAL_TASK.getId()));
301301
assertEquals("2", response.getId());
302302
assertNull(response.getError());
303303
TaskPushNotificationConfig config = response.getResult();

0 commit comments

Comments
 (0)