Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 31, 2023
1 parent 7e3814f commit 8a45700
Showing 1 changed file with 1 addition and 1 deletion.
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"Downloaded to {env['images_dir']}{subdir}/{file_name}"
== f"Downloaded to {env['images_dir']}{subdir}{file_name}"
)

# Cleanup
Expand Down

0 comments on commit 8a45700

Please sign in to comment.