Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Estações meteorologicas
estacoes-backend
Commits
df012300
Commit
df012300
authored
4 months ago
by
Altenir Modesto gomes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retirado os consoles log da aplicao
parent
e8221ed8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/tests/integracao/usuarioIntegracao.spec.js
src/tests/integracao/usuarioIntegracao.spec.js
+0
-4
No files found.
src/tests/integracao/usuarioIntegracao.spec.js
View file @
df012300
...
...
@@ -50,7 +50,6 @@ describe("Cadastrar usuario", () => {
email
:
"
vitorgabriel18@gmail.com
"
,
senha
:
"
123
"
});
console
.
log
(
response
.
body
);
expect
(
response
.
status
).
toBe
(
400
);
...
...
@@ -206,7 +205,6 @@ describe("Atualizar usuario", () => {
.
set
(
"
Authorization
"
,
`Bearer
${
token
}
`
)
.
send
(
updatedData
);
console
.
log
(
response
.
body
);
expect
(
response
.
status
).
toBe
(
200
);
...
...
@@ -229,7 +227,6 @@ describe("Atualizar usuario", () => {
.
set
(
"
Authorization
"
,
`Bearer
${
token
}
`
)
.
send
(
updatedData
);
console
.
log
(
response
.
body
);
expect
(
response
.
status
).
toBe
(
400
);
...
...
@@ -250,7 +247,6 @@ describe("Atualizar usuario", () => {
email
:
"
vitorgabriel18@gmail.com
"
,
senha
:
"
Senhaa123
"
});
console
.
log
(
response
.
body
);
expect
(
response
.
status
).
toBe
(
400
);
expect
({
message
:
"
A senha deve conter pelo menos uma letra minúscula, uma letra maiúscula, um número e um símbolo.
"
}).
toHaveProperty
(
'
message
'
,
"
A senha deve conter pelo menos uma letra minúscula, uma letra maiúscula, um número e um símbolo.
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment