summaryrefslogtreecommitdiffstats
path: root/app/cluster_discovery_test.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-09-06 17:12:54 -0500
committerGitHub <noreply@github.com>2017-09-06 17:12:54 -0500
commit1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 (patch)
tree2766bacc1f045fa685ca3d8310cd6174d0311d09 /app/cluster_discovery_test.go
parentb84bd21089d305333fa4114b95be70f5ad94ad1b (diff)
downloadchat-1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3.tar.gz
chat-1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3.tar.bz2
chat-1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3.zip
app type transition (#7167)
Diffstat (limited to 'app/cluster_discovery_test.go')
-rw-r--r--app/cluster_discovery_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cluster_discovery_test.go b/app/cluster_discovery_test.go
index ca5b1bfa4..3a5c7a3b1 100644
--- a/app/cluster_discovery_test.go
+++ b/app/cluster_discovery_test.go
@@ -12,7 +12,8 @@ import (
)
func TestClusterDiscoveryService(t *testing.T) {
- Setup()
+ a := Global()
+ a.Setup()
ds := NewClusterDiscoveryService()
ds.Type = model.CDS_TYPE_APP