diff --git a/cmd/marathon-resource/marathon_test.go b/cmd/marathon-resource/marathon_test.go index 6332ecf..d3862f7 100644 --- a/cmd/marathon-resource/marathon_test.go +++ b/cmd/marathon-resource/marathon_test.go @@ -172,7 +172,7 @@ func Test_marathon_handleReq(t *testing.T) { }, { "Error", - fields{mockClient, u}, + fields{mockClient, u, nil}, args{ "😂", "/", @@ -184,7 +184,7 @@ func Test_marathon_handleReq(t *testing.T) { }, { "Error", - fields{mockClient, u}, + fields{mockClient, u, nil}, args{ http.MethodGet, "/",