Skip to content

Commit

Permalink
Fixes Fleet API path (#79724)
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian authored Oct 6, 2020
1 parent 8cab902 commit 68c6aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function (providerContext: FtrProviderContext) {
it('should respond 400 if trying to upgrade an agent that is not upgradeable', async () => {
const kibanaVersion = await kibanaServer.version.get();
const res = await supertest
.post(`/api/ingest_manager/fleet/agents/agent1/upgrade`)
.post(`/api/fleet/agents/agent1/upgrade`)
.set('kbn-xsrf', 'xxx')
.send({
version: kibanaVersion,
Expand Down

0 comments on commit 68c6aa7

Please sign in to comment.