AppManager: clean up UI
Change-Id: I8119ea81c80ff6165f4217dfdf9837e776703fc0
diff --git a/core/installer/app_test.go b/core/installer/app_test.go
index 497c235..9b59d1c 100644
--- a/core/installer/app_test.go
+++ b/core/installer/app_test.go
@@ -26,7 +26,7 @@
func TestAuthProxyEnabled(t *testing.T) {
r := NewInMemoryAppRepository(CreateAllApps())
- for _, app := range []string{"rpuppy", "Pi-hole", "url-shortener"} {
+ for _, app := range []string{"rpuppy", "pi-hole", "url-shortener"} {
a, err := FindEnvApp(r, app)
if err != nil {
t.Fatal(err)
@@ -57,7 +57,7 @@
func TestAuthProxyDisabled(t *testing.T) {
r := NewInMemoryAppRepository(CreateAllApps())
- for _, app := range []string{"rpuppy", "Pi-hole", "url-shortener"} {
+ for _, app := range []string{"rpuppy", "pi-hole", "url-shortener"} {
a, err := FindEnvApp(r, app)
if err != nil {
t.Fatal(err)