Skip to content

Commit

Permalink
fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 23, 2020
1 parent a215592 commit 1c64999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('Policy Details', () => {
);
expect(warningCallout).toHaveLength(1);
expect(warningCallout.text()).toEqual(
'This action will update 5 hostsSaving these changes will apply the updates to all active endpoints assigned to this policy'
'This action will update 5 hostsSaving these changes will apply updates to all endpoints assigned to this policy'
);
});
it('should close dialog if cancel button is clicked', () => {
Expand Down

0 comments on commit 1c64999

Please sign in to comment.