Skip to content

Commit

Permalink
update missing func
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jul 29, 2020
1 parent a6e4f71 commit 87a51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/uptime/certificates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import expect from '@kbn/expect';
import { FtrProviderContext } from '../../ftr_provider_context';

export function UptimeCertProvider({ getService }: FtrProviderContext) {
export function UptimeCertProvider({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const retry = getService('retry');

Expand Down

0 comments on commit 87a51ba

Please sign in to comment.