async def test_pool_by_params(event_loop): pool = AsyncPool("pg", params=PARAMS, loop=event_loop) assert pool.get_dsn() == asyncpg_url
async def test_pool_by_params(event_loop): pool = AsyncPool(DRIVER, params=params, loop=event_loop) assert pool.get_dsn() == redis_url