Skip to content

Commit

Permalink
Fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Jul 26, 2022
1 parent 212ac0d commit e26ab42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function (providerContext: FtrProviderContext) {
id: 'fleet-default-download-source',
name: 'Elastic Artifacts',
is_default: true,
host: 'https://artifacts.elastic.co/downloads/beats/elastic-agent',
host: 'https://artifacts.elastic.co/downloads/',
});
});
});
Expand All @@ -68,7 +68,7 @@ export default function (providerContext: FtrProviderContext) {
id: 'fleet-default-download-source',
name: 'Elastic Artifacts',
is_default: true,
host: 'https://artifacts.elastic.co/downloads/beats/elastic-agent',
host: 'https://artifacts.elastic.co/downloads/',
},
});
});
Expand Down

0 comments on commit e26ab42

Please sign in to comment.