scenarios/dyno.py [183:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                os.environ.get('APP_LATENCY_LABEL', 'browser_latency_delay')
            ),
            headers={
                'User-Agent': os.environ.get(
                    'APP_LATENCY_USER_AGENT',
                    'Safari/531.21.10'
                    )
                }
        ) as resp:
            assert resp.status == 200, resp.status


if SERVICE_NAME.startswith(tuple(['opbeans-python', 'opbeans-go'])):
    @scenario(weight=ERROR_WEIGHT)
    async def scenario_oopsie(session):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scenarios/molotov_scenarios.py [129:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                os.environ.get('APP_LATENCY_LABEL', 'browser_latency_delay')
            ),
            headers={
                'User-Agent': os.environ.get(
                    'APP_LATENCY_USER_AGENT',
                    'Safari/531.21.10'
                    )
                }
        ) as resp:
            assert resp.status == 200, resp.status

if SERVICE_NAME.startswith(tuple(['opbeans-python', 'opbeans-go'])):
    @scenario(weight=ERROR_WEIGHT)
    async def scenario_oopsie(session):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



