Skip to content

Commit

Permalink
Fix test & css style
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 31, 2023
1 parent 6f8f335 commit 7e3814f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/web/src/static/themes/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ div.throttle-notice > div a:hover {

label.hidden {
display: none;
}
}
2 changes: 1 addition & 1 deletion python/web/tests/api/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e3814f

Please sign in to comment.