"""Integration test fixtures.""" from __future__ import annotations import pytest @pytest.fixture def lambda_url() -> str: """URL of the containerized Lambda function.""" return 'http://localhost:9000/2015-03-31/functions/function/invocations'