Skip to content

Commit

Permalink
Fix test label
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 15, 2021
1 parent 0626d4d commit a2cf6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('health check', () => {
expect(queryByText('should render')).toBeInTheDocument();
});

test('renders warning if TLS is required', async () => {
test('renders warning if API keys are disabled', async () => {
useKibanaMock().services.http.get = jest.fn().mockImplementation(async () => ({
is_sufficiently_secure: false,
has_permanent_encryption_key: true,
Expand Down

0 comments on commit a2cf6b1

Please sign in to comment.