Skip to content

Commit 7eb70b4

Browse files
all done
2 parents 37795b3 + 9852185 commit 7eb70b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_images.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_get_all_image_objects():
8383

8484

8585
def test_add_folder(test_images):
86-
payload = {"folder_path": [test_images]}
86+
payload = {"folder_path": test_images}
8787
response = client.post("/images/add-folder", json=payload)
8888
assert response.status_code == 200
8989

0 commit comments

Comments
 (0)