summaryrefslogtreecommitdiffstats
path: root/api/post_test.go
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
commit40dcfd99d7674f3651c98a29530d425f5be30bed (patch)
treef5b21f288cab85fba033a94986dce68b6ac024aa /api/post_test.go
parenta281e962fc88bf1c5c26539f8a819cf7a8558a8a (diff)
downloadchat-40dcfd99d7674f3651c98a29530d425f5be30bed.tar.gz
chat-40dcfd99d7674f3651c98a29530d425f5be30bed.tar.bz2
chat-40dcfd99d7674f3651c98a29530d425f5be30bed.zip
remove useless line
Diffstat (limited to 'api/post_test.go')
-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")
}
}