()
| 165 | } |
| 166 | |
| 167 | func testKeyringOptions() *secrets.OpenOptions { |
| 168 | return &secrets.OpenOptions{ |
| 169 | Backend: "file", |
| 170 | Password: "test-password", |
| 171 | PasswordSet: true, |
| 172 | GOOS: goruntime.GOOS, |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | func rootFlagsWithAuthStore(flags *RootFlags, store secrets.Store) *RootFlags { |
| 177 | if flags == nil { |
no outgoing calls
no test coverage detected