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:
Fredrik Adelöw
2024-02-26 10:37:53 +01:00
committed by GitHub
parent 9802004e10
commit 1e416561fb
@@ -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({