Update packages/backend-common/src/auth/createLegacyAuthAdapters.test.ts
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com> Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ describe('createLegacyAuthAdapters', () => {
|
||||
expect(ret.httpAuth).toBe(httpAuth);
|
||||
});
|
||||
|
||||
it('should pass through userInfo if it provided', () => {
|
||||
it('should pass through userInfo if it is provided', () => {
|
||||
const auth = {};
|
||||
const userInfo = {};
|
||||
const ret = createLegacyAuthAdapters({
|
||||
|
||||
Reference in New Issue
Block a user