summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
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) {