add missing signature

This commit is contained in:
Boshi Lian 2019-01-09 04:09:45 -08:00
parent 6869378253
commit 6aabe9df21

View file

@ -297,7 +297,7 @@ func Test_installDriver(t *testing.T) {
t.Errorf("install failed %v", err)
}
if ok, err := piper.AdditionalChallenge(nil, nil); err != nil || !ok {
if _, err := piper.AdditionalChallenge(nil, nil); err != nil {
t.Errorf("should install challenger")
}
}