Browse Source

Fix struct initialisation

pull/158/head
Richard Lewis 7 years ago
parent
commit
80e1637238
  1. 1
      src/github.com/matrix-org/go-neb/services/imgur/imgur_test.go

1
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)

Loading…
Cancel
Save