remove useless line

This commit is contained in:
JoramWilander
2015-06-15 09:07:33 -04:00
parent a281e962fc
commit 40dcfd99d7

View File

@@ -209,7 +209,6 @@ func TestCreateValetPost(t *testing.T) {
post1 := &model.Post{ChannelId: channel1.Id, Message: "#hashtag a" + model.NewId() + "a"}
_, err := Client.CreateValetPost(post1)
if err.StatusCode != http.StatusNotImplemented {
t.Fatal(err)
t.Fatal("Should have failed with 501 - Not Implemented")
}
}