diff --git a/cmd/server/tests/test_helpers.go b/cmd/server/tests/test_helpers.go index 18fb4c9..0ab82a9 100644 --- a/cmd/server/tests/test_helpers.go +++ b/cmd/server/tests/test_helpers.go @@ -298,7 +298,7 @@ func createTestMediaItemID(t *testing.T, ts *httptest.Server, token string) stri // Add a folder to the library (required before adding media items) folderReq := map[string]interface{}{ - "folder_path": "/tmp/test-library", + "folder_path": "/app/uploads/test-library", } folderBody, _ := json.Marshal(folderReq)