Skip to content

Commit

Permalink
Rename a functional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 17, 2020
1 parent 8c018be commit 38b513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/uptime/rest/certs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function({ getService }: FtrProviderContext) {
esArchiver.unload('uptime/blank');
});

it('pause so I can check stuff', async () => {
it('retrieves expected cert data', async () => {
const apiResponse = await supertest.get(API_URLS.CERTS);
const { body } = apiResponse;

Expand Down

0 comments on commit 38b513d

Please sign in to comment.