Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
89e254c1
Unverified
Commit
89e254c1
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Fix test title of check_auth
parent
e3f51ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/tests/test_validate_format.py
View file @
89e254c1
...
...
@@ -208,7 +208,7 @@ class TestValidadeFormat(unittest.TestCase):
self
.
assertIsInstance
(
err_msg
,
str
)
self
.
assertEqual
(
err_msg
,
expected_err_msg
)
def
test_check_auth_with_
correct
_auth
(
self
):
def
test_check_auth_with_
valid
_auth
(
self
):
auth_valid
=
[
f
'`
{
auth
}
`'
for
auth
in
auth_keys
if
auth
!=
'No'
]
auth_valid
.
append
(
'No'
)
...
...
Write
Preview
Supports
Markdown
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