pub async fn view_access_policy_tests<C>(
    db: &C
) -> impl Future<Output = Result<(), Error>>where
    C: AsyncConnection,