Skip to content

Commit

Permalink
Fixing spelling in unit test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kc13greiner committed Jul 20, 2022
1 parent e04f412 commit 1d792f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('POST /internal/security/analytics/_record_auth_type', () => {
});
expect(routeParamsMock.logger.warn).toHaveBeenCalledTimes(1);
expect(routeParamsMock.logger.warn).toBeCalledWith(
'API keys are intended for programatic access. Do not use API keys to authenticate access via a web browser.',
'API keys are intended for programmatic access. Do not use API keys to authenticate access via a web browser.',
{ tags: ['deprecation'] }
);
});
Expand Down

0 comments on commit 1d792f9

Please sign in to comment.