Skip to content

Commit

Permalink
Removed faker dependency from smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Sep 6, 2024
1 parent eaedb85 commit 4dfffb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/smoke/src/smoke_canary.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

from aws_synthetics.selenium import synthetics_webdriver as syn_webdriver
from aws_synthetics.common import synthetics_logger as logger
from faker import Faker

faker = Faker()


async def main(event, context):
logger.info("UUID: " + faker.uuid4())
base_url = os.environ.get("BASE_URL")
url = base_url
browser = syn_webdriver.Chrome()
Expand Down

0 comments on commit 4dfffb6

Please sign in to comment.