Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Apr 5, 2022
1 parent ad77343 commit 5d572d5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ describe('EditOutputFlyout', () => {
});

// Show logstash SSL inputs
expect(
utils.getByText('You must configure an encryption key before configuring this output')
).not.toBeNull();
expect(utils.getByText('Additional setup required')).not.toBeNull();
});
});

0 comments on commit 5d572d5

Please sign in to comment.