Skip to content

Commit

Permalink
Fixed watcher import
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisms committed Dec 11, 2024
1 parent 4f33de9 commit 71ddcde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def delete_security_group(security_group_id: str, security_group_name: str):
delete_s3_bucket,
)

from tests_common.test_utils.system_tests import watcher
from tests_common.test_utils.watcher import watcher

# This test needs watcher in order to properly mark success/failure
# when "tearDown" task with trigger rule is part of the DAG
Expand Down

0 comments on commit 71ddcde

Please sign in to comment.