From fae7b9f8bb79674af1e753d4fbb8dd689f04df8d Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Sat, 1 May 2021 17:05:49 +0200 Subject: [PATCH] Fix test --- tests/integration_tests/test_user_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/test_user_routes.py b/tests/integration_tests/test_user_routes.py index 7ccb0f99f..aebd42332 100644 --- a/tests/integration_tests/test_user_routes.py +++ b/tests/integration_tests/test_user_routes.py @@ -103,7 +103,7 @@ def test_update_user_image( assert response.status_code == 200 - directory = app_dirs.USER_DIR.joinpath("1") + directory = app_dirs.USER_DIR.joinpath("2") assert directory.joinpath("profile_image.png").is_file() # Old profile images are removed