scenarios/dyno.py [55:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    async with session.get(
        join(
            SERVER_URL,
            'api',
            'products',
            str(random.randint(1, 6)),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scenarios/dyno.py [69:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    async with session.get(
        join(
            SERVER_URL,
            'api',
            'products',
            str(random.randint(1, 6)),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



