Skip to content

Commit f2bce49

Browse files
committed
login
1 parent 301e6d3 commit f2bce49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run Snyk Scan
4747
env:
4848
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
49-
run: snyk test --all-projects --severity-threshold=high --fail-on=all
49+
run: snyk test --all-projects --severity-threshold=high
5050

5151
deploy:
5252
needs: integration-tests

src/integration/LoginScreen.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global.fetch = jest.fn(() =>
1515
Promise.resolve(
1616
new Response(JSON.stringify({
1717
IdUser: 6,
18-
Nombre: 'Victor',
18+
Nombre: 'Victoria',
1919
Correo: '20210704@uthh.edu.mx',
2020
Pass: 'hashedpassword',
2121
Token: '406264',

0 commit comments

Comments
 (0)