Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 23, 2024
1 parent 8ec9130 commit 6963115
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/Agent/AgentLiveProbes.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ const mockApplyTemplateNotification = {
type: mockMessageType,
} as MessageMeta,
message: {
targetId: mockConnectUrl,
events: [mockAnotherProbe],
jvmId: mockJvmId,
events: [mockAnotherProbe],
},
} as NotificationMessage;

Expand All @@ -80,7 +79,7 @@ const mockRemoveProbesNotification = {
type: mockMessageType,
} as MessageMeta,
message: {
target: mockTarget,
jvmId: mockJvmId,
},
} as NotificationMessage;

Expand Down

0 comments on commit 6963115

Please sign in to comment.