Fix: broken ci and tests
All checks were successful
All checks were successful
This commit is contained in:
@@ -28,7 +28,7 @@ func Test_02_PostImage(t *testing.T) {
|
||||
resp, err := client.R().
|
||||
SetBody(rawImage).
|
||||
SetResult(&image).
|
||||
Post("http://localhost:8080/api/image")
|
||||
Post("/api/image")
|
||||
|
||||
if err != nil || resp.StatusCode() != http.StatusOK {
|
||||
t.Logf("%+v", resp)
|
||||
|
||||
Reference in New Issue
Block a user