We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37795b3 + 9852185 commit 7eb70b4Copy full SHA for 7eb70b4
backend/tests/test_images.py
@@ -83,7 +83,7 @@ def test_get_all_image_objects():
83
84
85
def test_add_folder(test_images):
86
- payload = {"folder_path": [test_images]}
+ payload = {"folder_path": test_images}
87
response = client.post("/images/add-folder", json=payload)
88
assert response.status_code == 200
89
0 commit comments