signer: fix failing testcase

This commit is contained in:
Martin Holst Swende 2018-09-15 22:12:17 +02:00
parent c03d2bcb51
commit bbf695607d
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -140,7 +140,7 @@ func setup(t *testing.T) (*SignerAPI, chan string) {
true,
ui,
db,
true, false)
true, true)
)
return api, controller
}