Skip to content

Commit

Permalink
added back bundled_package_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Jan 11, 2024
1 parent 7c10498 commit 6f011ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/fleet_api_integration/config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const getFullPath = (relativePath: string) => path.join(path.dirname(__filename)
// It should be updated any time there is a new package published.
export const dockerImage = 'docker.elastic.co/package-registry/distribution:lite';

export const BUNDLED_PACKAGE_DIR = 'x-pack/plugins/fleet/target/bundled_packages';

export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const xPackAPITestsConfig = await readConfigFile(require.resolve('../api_integration/config.ts'));

Expand Down

0 comments on commit 6f011ea

Please sign in to comment.