MuleRun
Chat
Resources
Pricing
Back to all
integration-testing-reviewer
by
D2R-Daniel
Run
0
0
Feb 6, 2026
Visit Source
@pytest.fixture(scope="module") def client(): """Create client with test credentials.""" return PlatformClient( base_url=os.environ["TEST_API_URL"], access_token=os.environ["TEST_ACCESS_TOKEN"] )