We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ba91d commit 7f304aeCopy full SHA for 7f304ae
1 file changed
cmd/auth_login_test.go
@@ -38,6 +38,7 @@ func TestRunAuthLogin(t *testing.T) {
38
})
39
40
t.Run("skip-verify saves key without calling api", func(t *testing.T) {
41
+ mockKeyring(t)
42
result, err := runAuthLogin("test-key", "acme", true)
43
if err != nil {
44
t.Fatalf("unexpected error: %v", err)
0 commit comments