diff --git a/manager/server_test.go b/manager/server_test.go index c1122b0..bf1a906 100644 --- a/manager/server_test.go +++ b/manager/server_test.go @@ -125,7 +125,7 @@ func TestHTTPServer(t *testing.T) { }) Convey("list all job status of all workers", func(ctx C) { - var ms []webMirrorStatus + var ms []WebMirrorStatus resp, err := GetJSON(baseURL+"/jobs", &ms, nil) So(err, ShouldBeNil) So(resp.StatusCode, ShouldEqual, http.StatusOK)