EnvManager: Fix infrastructure service wait addresses
Change-Id: I525fd989ee249b725023c7f118a745fb60b4c957
diff --git a/core/installer/welcome/env_test.go b/core/installer/welcome/env_test.go
index 414fac8..1ab6b39 100644
--- a/core/installer/welcome/env_test.go
+++ b/core/installer/welcome/env_test.go
@@ -329,6 +329,7 @@
t.Fatal(taskErr)
}
expected := []string{
+ "https://apps.p.test.t",
"https://accounts-ui.test.t",
"https://welcome.test.t",
"https://memberships.p.test.t",
@@ -340,7 +341,7 @@
t.Fatal(httpClient.counts)
}
}
- if len(httpClient.counts) != 5 {
+ if len(httpClient.counts) != 6 {
t.Fatal(httpClient.counts)
}
}