ClientIdentity returns the GPG identity to use in World tests, suitable for setting in CAMLI_KEYID.
()
| 382 | // ClientIdentity returns the GPG identity to use in World tests, suitable |
| 383 | // for setting in CAMLI_KEYID. |
| 384 | func (w *World) ClientIdentity() string { |
| 385 | return "26F5ABDA" |
| 386 | } |
| 387 | |
| 388 | // SecretRingFile returns the GnuPG secret ring, suitable for setting |
| 389 | // in CAMLI_SECRET_RING. |
no outgoing calls
no test coverage detected