Skip to content

Commit

Permalink
updating test case
Browse files Browse the repository at this point in the history
  • Loading branch information
opauloh committed Sep 13, 2024
1 parent 5c2bffb commit 77ce3ba
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,17 +555,5 @@ describe('Agentless Agent service', () => {
expect.stringContaining(`\"fleet_token\":\"[REDACTED]\"`),
expect.any(Object)
);
expect(mockedLogger.error).toHaveBeenCalledWith(
expect.stringContaining(`\"cert\":\"[REDACTED]\"`),
expect.any(Object)
);
expect(mockedLogger.error).toHaveBeenCalledWith(
expect.stringContaining(`\"key\":\"[REDACTED]\"`),
expect.any(Object)
);
expect(mockedLogger.error).toHaveBeenCalledWith(
expect.stringContaining(`\"ca\":\"[REDACTED]\"`),
expect.any(Object)
);
});
});

0 comments on commit 77ce3ba

Please sign in to comment.