Skip to content

Commit 2b60f4b

Browse files
committed
little fix
Signed-off-by: Grant Linville <[email protected]>
1 parent 5fc7cdb commit 2b60f4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/tests/tester/runner.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ func NewRunner(t *testing.T) *Runner {
158158
t: t,
159159
}
160160

161-
var noopStore credentials.CredentialStore = credentials.NoopStore{}
162-
run, err := runner.New(c, &noopStore, runner.Options{
161+
run, err := runner.New(c, credentials.NoopStore{}, runner.Options{
163162
Sequential: true,
164163
})
165164
require.NoError(t, err)

0 commit comments

Comments
 (0)