diff --git a/signer/core/api_test.go b/signer/core/api_test.go index 51478e56e7..70aa9aa94e 100644 --- a/signer/core/api_test.go +++ b/signer/core/api_test.go @@ -140,7 +140,7 @@ func setup(t *testing.T) (*SignerAPI, chan string) { true, ui, db, - true, false) + true, true) ) return api, controller }