aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/util_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/util_test.go')
-rw-r--r--dashboard/app/util_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/util_test.go b/dashboard/app/util_test.go
index bfb14c54b..628f77425 100644
--- a/dashboard/app/util_test.go
+++ b/dashboard/app/util_test.go
@@ -72,8 +72,8 @@ func NewCtx(t *testing.T) *Ctx {
mockedTime: time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC),
emailSink: make(chan *aemail.Message, 100),
}
- c.client = c.makeClient(client1, key1, true)
- c.client2 = c.makeClient(client2, key2, true)
+ c.client = c.makeClient(client1, password1, true)
+ c.client2 = c.makeClient(client2, password2, true)
registerContext(r, c)
return c
}