Fix test
This commit is contained in:
parent
42717b397e
commit
615e8fec07
|
@ -53,7 +53,7 @@ describe("oauth2 utils", () => {
|
|||
return response
|
||||
})
|
||||
|
||||
expect(response).toBe(expect.stringMatching(/^Bearer .+/))
|
||||
expect(response).toEqual(expect.stringMatching(/^Bearer .+/))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue