summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-16 18:03:10 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-16 18:03:10 -0800
commit2ddbf518f437b8894cd1c3c02bd7d7fcb98e60f4 (patch)
tree1b5dc35adb852385466cbc7908ba3855dd3a9300 /api/user_test.go
parent6b2eabf6108e078bed8143e91c605dec5ccfafa6 (diff)
downloadchat-2ddbf518f437b8894cd1c3c02bd7d7fcb98e60f4.tar.gz
chat-2ddbf518f437b8894cd1c3c02bd7d7fcb98e60f4.tar.bz2
chat-2ddbf518f437b8894cd1c3c02bd7d7fcb98e60f4.zip
Fixing unit tests
Diffstat (limited to 'api/user_test.go')
-rw-r--r--api/user_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/user_test.go b/api/user_test.go
index b6d549a9c..63a1e337b 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -802,6 +802,8 @@ func TestUserPermDelete(t *testing.T) {
if err != nil {
t.Fatal(err)
}
+
+ Client.ClearOAuthToken()
}
func TestSendPasswordReset(t *testing.T) {