* Can check if it can actually send to Hydro
()
| 66 | * Can check if it can actually send to Hydro |
| 67 | */ |
| 68 | maySend() { |
| 69 | return Boolean(this.secret && this.endpoint) || MOCK_HYDRO_POST |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Generate a SHA256 hash of the payload using the secret |
no outgoing calls
no test coverage detected