Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed May 23, 2023
1 parent 3a0188a commit eae6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/synthetics/get_filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ({ getService }: FtrProviderContext) {
await kibanaServer.savedObjects.clean({ types: [syntheticsMonitorType] });
});

before(async () => {
beforeEach(async () => {
await kibanaServer.savedObjects.clean({ types: [syntheticsMonitorType] });
});

Expand Down

0 comments on commit eae6d06

Please sign in to comment.