Skip to content

Commit

Permalink
chore(NA): migrate to license mock usage on security plugin licensing…
Browse files Browse the repository at this point in the history
… module
  • Loading branch information
mistic committed Jun 1, 2020
1 parent ee7c88b commit a64fd35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('license features', function () {
});

it('should allow all basic features + audit logging for standard license', () => {
const mockRawLicense = licensingMock.createLicense({
const mockRawLicense = licenseMock.createLicense({
license: { mode: 'standard', type: 'standard' },
features: { security: { isEnabled: true, isAvailable: true } },
});
Expand Down

0 comments on commit a64fd35

Please sign in to comment.