summaryrefslogtreecommitdiffstats
path: root/api/command_logout_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_logout_test.go')
-rw-r--r--api/command_logout_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/command_logout_test.go b/api/command_logout_test.go
index ff20a3831..cbd75dd93 100644
--- a/api/command_logout_test.go
+++ b/api/command_logout_test.go
@@ -9,6 +9,7 @@ import (
func TestLogoutTestCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/logout"))
}