summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-15 09:07:33 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-15 09:07:33 -0400
commite774a67e33a8178c6c11e46f95da5cda28303c33 (patch)
tree666760dad0e04d8841ecdbedb9ea67653b483d2a
parent08076f156b183ad8b61d63ebbacce91ae6045bb3 (diff)
downloadchat-e774a67e33a8178c6c11e46f95da5cda28303c33.tar.gz
chat-e774a67e33a8178c6c11e46f95da5cda28303c33.tar.bz2
chat-e774a67e33a8178c6c11e46f95da5cda28303c33.zip
remove useless line
-rw-r--r--api/post_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/post_test.go b/api/post_test.go
index 3321bcef4..b322a5017 100644
--- a/api/post_test.go
+++ b/api/post_test.go
@@ -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")
}
}