()
| 554 | /// Create a test API client for use in tests |
| 555 | #[cfg(test)] |
| 556 | pub fn create_test_client() -> Self { |
| 557 | Self::create_test_client_with_url("http://localhost:8000/graphql".to_owned()) |
| 558 | } |
| 559 | |
| 560 | /// Create a test API client with a custom URL for use in tests |
| 561 | #[cfg(test)] |
nothing calls this directly
no outgoing calls
no test coverage detected