diff --git a/python/web/src/static/themes/classic/style.css b/python/web/src/static/themes/classic/style.css index 066b3db685..fa9d62e9a6 100644 --- a/python/web/src/static/themes/classic/style.css +++ b/python/web/src/static/themes/classic/style.css @@ -206,4 +206,4 @@ div.throttle-notice > div a:hover { label.hidden { display: none; -} \ No newline at end of file +} diff --git a/python/web/tests/api/test_files.py b/python/web/tests/api/test_files.py index 8239dd2287..ab5eb6ada4 100644 --- a/python/web/tests/api/test_files.py +++ b/python/web/tests/api/test_files.py @@ -362,7 +362,7 @@ def test_download_url_to_dir(env, httpserver, http_client, list_files, delete_fi assert file_name in list_files() assert ( response_data["messages"][0]["message"] - == f"{file_name} downloaded to {env['images_dir']}{subdir}" + == f"Downloaded to {env['images_dir']}{subdir}/{file_name}" ) # Cleanup