Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
Elasticsearch Proxy API
Commits
7379f6a4
Commit
7379f6a4
authored
Jun 17, 2020
by
David Mendez
Browse files
Fix typo
parent
f140778b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
functional_tests/specific_tests/fun_test_id_properties.py
functional_tests/specific_tests/fun_test_id_properties.py
+1
-1
No files found.
functional_tests/specific_tests/fun_test_id_properties.py
View file @
7379f6a4
...
...
@@ -16,5 +16,5 @@ def run_test(server_base_url, delayed_jobs_server_base_path):
print
(
'Testing getting the id property of an index'
)
print
(
'-------------------------------------------'
)
url
=
f
'
{
server_base_url
}
/properties_configuration/
group/
id_properties/chembl_molecule'
url
=
f
'
{
server_base_url
}
/properties_configuration/id_properties/chembl_molecule'
utils
.
assert_get_request_succeeds
(
url
)
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