summaryrefslogtreecommitdiffstats
path: root/api4/cluster_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/cluster_test.go')
-rw-r--r--api4/cluster_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api4/cluster_test.go b/api4/cluster_test.go
index 573e309a4..8a0ffd1c4 100644
--- a/api4/cluster_test.go
+++ b/api4/cluster_test.go
@@ -9,6 +9,7 @@ import (
func TestGetClusterStatus(t *testing.T) {
th := Setup().InitBasic().InitSystemAdmin()
+ defer th.TearDown()
_, resp := th.Client.GetClusterStatus()
CheckForbiddenStatus(t, resp)