diff --git a/src/github.com/matrix-org/go-neb/services/imgur/imgur_test.go b/src/github.com/matrix-org/go-neb/services/imgur/imgur_test.go index ca0442f..6fefae2 100644 --- a/src/github.com/matrix-org/go-neb/services/imgur/imgur_test.go +++ b/src/github.com/matrix-org/go-neb/services/imgur/imgur_test.go @@ -49,7 +49,6 @@ func TestCommand(t *testing.T) { Title: "A Cat", Link: "http://i.imgur.com/cat.jpg", Type: "image/jpeg", - Image: resImage, } b, err := json.Marshal(res)