Skip to content

Commit

Permalink
fix TestHTTPServer in manager package
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed May 29, 2018
1 parent 4fe7d03 commit 6bca9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bca9d2

Please sign in to comment.