summaryrefslogtreecommitdiffstats
path: root/api/post_test.go
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-16 14:48:40 -0700
committernickago <ngonella@calpoly.edu>2015-07-16 14:48:40 -0700
commit830430370340d419835246404a9ac353764eb5b3 (patch)
treee72e2f3fd8b097406e80f37451b37dda0ed6f9b9 /api/post_test.go
parentf0841af393d1d0c48bf27b68fca3be8fde096dd6 (diff)
downloadchat-830430370340d419835246404a9ac353764eb5b3.tar.gz
chat-830430370340d419835246404a9ac353764eb5b3.tar.bz2
chat-830430370340d419835246404a9ac353764eb5b3.zip
removed testing material
Diffstat (limited to 'api/post_test.go')
-rw-r--r--api/post_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/api/post_test.go b/api/post_test.go
index 37798a0c9..c62b4423e 100644
--- a/api/post_test.go
+++ b/api/post_test.go
@@ -535,10 +535,6 @@ func TestDeletePosts(t *testing.T) {
Client.LoginByEmail(team.Domain, userAdmin.Email, "pwd")
- fmt.Println(userAdmin.Email)
- fmt.Println(team.Email)
- fmt.Println(userAdmin.Roles)
-
Client.Must(Client.DeletePost(channel1.Id, post4.Id))
}