Skip to content

Commit

Permalink
Fix package.json import
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Dec 17, 2024
1 parent 55e78d5 commit 9431eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

import { version as kibanaVersion } from '../../../../package.json';
import { version as kibanaVersion } from '../../../../../package.json';
import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile, getService }: FtrProviderContext) {
Expand Down

0 comments on commit 9431eb6

Please sign in to comment.