Skip to content
Snippets Groups Projects
Commit faab9ca4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: added hint

parent 46cfd054
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,8 @@ def test_insert_files_in_dir_error1():
raise_exception_on_error=False,
flags={
"InsertFilesInDir": "/root"})
# If this fails, it is likely that the server runs with root permissions
# which is discouraged.
assert_is_not_none(c.messages["Error", 0])
assert_true(c.messages["Error", 0][0].startswith(
"Cannot read or enter the desired directory."))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment