Skip to content

Commit

Permalink
Pointing space tests at the endpoint functional directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Apr 8, 2020
1 parent a1f2bd0 commit f13231a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
import expect from '@kbn/expect';
import { FtrProviderContext } from '../../../../functional/ftr_provider_context';
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function({ getPageObjects, getService }: FtrProviderContext) {
const pageObjects = getPageObjects(['common']);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { FtrProviderContext } from '../../../../functional/ftr_provider_context';
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function() {
Expand Down

0 comments on commit f13231a

Please sign in to comment.