()
| 25 | // --------------------------------------------------------------------------- |
| 26 | |
| 27 | fn make_state() -> Arc<SharedState> { |
| 28 | common::pgwire_auth_helpers::make_state() |
| 29 | } |
| 30 | |
| 31 | fn sample_params(user_id: u64, username: &str) -> SessionParams { |
| 32 | SessionParams { |
no outgoing calls
no test coverage detected