Skip to content

Commit

Permalink
remove flaly assetion. a license presence tested anyway (elastic#55289)…
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jan 20, 2020
1 parent 493f60f commit 0d10f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/licensing/server/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ describe('licensing plugin', () => {
expect(customClient.callAsInternalUser).toHaveBeenCalledTimes(1);

await flushPromises(customPollingFrequency * 1.5);
expect(customClient.callAsInternalUser).toHaveBeenCalledTimes(2);

expect(customLicense.isAvailable).toBe(true);
expect(customLicense.type).toBe('gold');
Expand Down

0 comments on commit 0d10f0e

Please sign in to comment.