release #18
release.yml
on: workflow_dispatch
Matrix: checks / lint / lint
Matrix: checks / test-mssql
Matrix: checks / test-mysql
Matrix: checks / test-postgres
Matrix: checks / test-sqlite
Matrix: checks / typecheck / typecheck
release
0s
Annotations
16 errors
|
checks / test-postgres (24, 11)
Process completed with exit code 1.
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / redirect to a custom location:
tests/auth/e_unauthorized_access.spec.ts#L48
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / report error via flash messages and redirect:
tests/auth/e_unauthorized_access.spec.ts#L29
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_INVALID_CREDENTIALS / report error via flash messages and redirect:
tests/auth/e_invalid_credentials.spec.ts#L27
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Invalid credentials",
"errorsBag": Object {
"E_INVALID_CREDENTIALS": "Invalid credentials",
},
"input": Object {},
}
|
|
checks / test-sqlite (sqlite, 24)
Process completed with exit code 1.
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / redirect to a custom location:
tests/auth/e_unauthorized_access.spec.ts#L48
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / report error via flash messages and redirect:
tests/auth/e_unauthorized_access.spec.ts#L29
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_INVALID_CREDENTIALS / report error via flash messages and redirect:
tests/auth/e_invalid_credentials.spec.ts#L27
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Invalid credentials",
"errorsBag": Object {
"E_INVALID_CREDENTIALS": "Invalid credentials",
},
"input": Object {},
}
|
|
checks / test-mssql (24)
Process completed with exit code 1.
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / redirect to a custom location:
tests/auth/e_unauthorized_access.spec.ts#L48
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / report error via flash messages and redirect:
tests/auth/e_unauthorized_access.spec.ts#L29
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_INVALID_CREDENTIALS / report error via flash messages and redirect:
tests/auth/e_invalid_credentials.spec.ts#L27
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Invalid credentials",
"errorsBag": Object {
"E_INVALID_CREDENTIALS": "Invalid credentials",
},
"input": Object {},
}
|
|
checks / test-mysql (8.0, mysql, 24)
Process completed with exit code 1.
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / redirect to a custom location:
tests/auth/e_unauthorized_access.spec.ts#L48
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_UNAUTHORIZED_ACCESS | session / report error via flash messages and redirect:
tests/auth/e_unauthorized_access.spec.ts#L29
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Unauthorized access",
"errorsBag": Object {
"E_UNAUTHORIZED_ACCESS": "Unauthorized access",
},
"input": Object {},
}
|
|
Errors | E_INVALID_CREDENTIALS / report error via flash messages and redirect:
tests/auth/e_invalid_credentials.spec.ts#L27
expected { input: {}, …(2) } to deeply equal { errorsBag: { …(1) }, input: {} }
- Expected - 0
+ Received + 1
Object {
+ "error": "Invalid credentials",
"errorsBag": Object {
"E_INVALID_CREDENTIALS": "Invalid credentials",
},
"input": Object {},
}
|