Skip to content

Commit

Permalink
fix ftr test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 26, 2023
1 parent 0e17eaf commit a489311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/ftr_apis/security_and_spaces/apis/clean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function (ftrContext: FtrProviderContext) {
) => {
it(`returns expected ${httpCode} response for ${description ?? username}`, async () => {
await supertest
.post(`/internal/ftr/kbn_client_so/_find`)
.post(`/internal/ftr/kbn_client_so/_clean`)
.send({ types: ['tag', 'dashboard', 'visualization'] })
.auth(username, password)
.expect(httpCode)
Expand Down

0 comments on commit a489311

Please sign in to comment.