Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluciano committed Apr 3, 2024
1 parent 79858b1 commit 9a2a14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,6 @@ async def test_cloudwatch_log_options(aws_credentials):
if container["name"] == "prefect":
# Assert that the 'prefect' container has logging configured with user
# provided options
print(container["logConfiguration"])
assert container["logConfiguration"] == {
"logDriver": "awslogs",
"options": {
Expand Down

0 comments on commit 9a2a14c

Please sign in to comment.