uranusjr commented on code in PR #54505:
URL: https://github.com/apache/airflow/pull/54505#discussion_r2554827429
##########
providers/amazon/tests/unit/amazon/aws/operators/test_datasync.py:
##########
@@ -157,9 +157,13 @@ def test_generic_params():
@mock_aws
@mock.patch.object(DataSyncHook, "get_conn")
class TestDataSyncOperatorCreate(DataSyncTestCaseBase):
+ import random
+
+ task_id = f"test_datasync_create_task_operator_{random.randint(0, 1000)}"
Review Comment:
Why do we need to do this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]