tssahota commented on code in PR #45025:
URL: https://github.com/apache/airflow/pull/45025#discussion_r1905270281


##########
providers/tests/amazon/aws/transfers/test_dynamodb_to_s3.py:
##########
@@ -324,8 +324,9 @@ def 
test_dynamodb_execute_calling_export_table_to_point_in_time(self, _export_ta
             point_in_time_export=True,
             export_time=datetime(year=1983, month=1, day=1),
         )
-        dynamodb_to_s3_operator.execute(context={})
+        export_arn = dynamodb_to_s3_operator.execute(context={})
         _export_table_to_point_in_time.assert_called()
+        assert export_arn is not None

Review Comment:
   Hi , I have updated an existing test case to check for a non-null 
export_arn. Will this suffice with regard to this 
[comment](https://github.com/apache/airflow/pull/45025#pullrequestreview-2512558474).



-- 
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]

Reply via email to