Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaznocha committed Sep 20, 2016
1 parent 1e2ca85 commit 142bcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/marathon-resource/marathon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func Test_marathon_handleReq(t *testing.T) {
},
{
"Error",
fields{mockClient, u},
fields{mockClient, u, nil},
args{
"😂",
"/",
Expand All @@ -184,7 +184,7 @@ func Test_marathon_handleReq(t *testing.T) {
},
{
"Error",
fields{mockClient, u},
fields{mockClient, u, nil},
args{
http.MethodGet,
"/",
Expand Down

0 comments on commit 142bcc9

Please sign in to comment.