Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jun 14, 2023
1 parent df99606 commit 5928aba
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -504,9 +504,7 @@ export default function ({ getService }: FtrProviderContext) {
const { total } = savedObjectsResponse.body;
expect(total).to.eql(2);

const {
body: { message },
} = await supertestWithoutAuth
await supertestWithoutAuth
.delete(
SYNTHETICS_API_URLS.SYNTHETICS_MONITORS_PROJECT_DELETE.replace('{projectName}', project)
)
Expand Down

0 comments on commit 5928aba

Please sign in to comment.