diff --git a/src/test/Agent/AgentLiveProbes.test.tsx b/src/test/Agent/AgentLiveProbes.test.tsx index b366d05f50..cf05f67579 100644 --- a/src/test/Agent/AgentLiveProbes.test.tsx +++ b/src/test/Agent/AgentLiveProbes.test.tsx @@ -68,9 +68,8 @@ const mockApplyTemplateNotification = { type: mockMessageType, } as MessageMeta, message: { - targetId: mockConnectUrl, - events: [mockAnotherProbe], jvmId: mockJvmId, + events: [mockAnotherProbe], }, } as NotificationMessage; @@ -80,7 +79,7 @@ const mockRemoveProbesNotification = { type: mockMessageType, } as MessageMeta, message: { - target: mockTarget, + jvmId: mockJvmId, }, } as NotificationMessage;