mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func TestUploadToService(t *testing.T) {
|
||||
t.Run("invalid request", func(t *testing.T) {
|
||||
t.Run("InvalidRequest", func(t *testing.T) {
|
||||
app, router, _ := NewApiTest()
|
||||
UploadToService(router)
|
||||
r := PerformRequest(app, "POST", "/api/v1/services/1000000/upload")
|
||||
|
||||
Reference in New Issue
Block a user