tests_integration::test_util

Function setup_test_http_app_with_frontend_and_user_provider

Source
pub async fn setup_test_http_app_with_frontend_and_user_provider(
    store_type: StorageType,
    name: &str,
    user_provider: Option<UserProviderRef>,
) -> (Router, TestGuard)