daesung9511 commented on code in PR #70454:
URL: https://github.com/apache/airflow/pull/70454#discussion_r3651969167


##########
providers/google/tests/unit/google/cloud/operators/test_compute.py:
##########
@@ -453,17 +496,26 @@ def 
test_insert_instance_from_template_should_throw_ex_when_missing_body(self):
                 impersonation_chain=IMPERSONATION_CHAIN,
             )
 
+    @pytest.mark.db_test
     @mock.patch(COMPUTE_ENGINE_HOOK_PATH)
-    def 
test_insert_instance_from_template_should_not_throw_ex_when_name_is_templated(self,
 mock_hook):
+    def 
test_insert_instance_from_template_should_not_throw_ex_when_name_is_templated(
+        self, mock_hook, create_task_instance_of_operator, session

Review Comment:
   I removed the unused session variable
   



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