mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 10:47:44 +00:00
debug: make tests pass
This commit is contained in:
parent
aeb3d12d7f
commit
a54274f645
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ describe('test authentication', () => {
|
|||
.expect(200)
|
||||
.expect((res) => {
|
||||
const authToken = res.header['set-cookie'][0].split(';')[0].split('uppyAuthToken--google=')[1]
|
||||
expect(authToken).toEqual(token)
|
||||
expect(decodeURIComponent(authToken)).toEqual(token)
|
||||
const body = `
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue