Skip to content

Commit

Permalink
Fix server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Oct 17, 2021
1 parent b7eeedc commit cade738
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,10 @@ describe('ingest_integration tests ', () => {
});
});

it("doesn't remove policy from trusted app FF disabled", async () => {
it("doesn't remove policy from trusted app if feature flag is disabled", async () => {
await invokeDeleteCallback({
...allowedExperimentalValues,
trustedAppsByPolicyEnabled: false, // since it was changed to `true` by default
});

expect(exceptionListClient.findExceptionListItem).toHaveBeenCalledTimes(0);
Expand Down

0 comments on commit cade738

Please sign in to comment.