kolfild26 commented on PR #27319:
URL: https://github.com/apache/airflow/pull/27319#issuecomment-1309350356

   @bdsoha 
   It looks like we could pass `**context` to 
[test_execute](https://github.com/apache/airflow/blob/47a2b9ee7f1ff2cc1cc1aa1c3d1b523c88ba29fb/tests/providers/oracle/operators/test_oracle.py#L57).
   `def test_execute(self, mock_run, **context):`
   And then delete [context = 
"test_context"](https://github.com/apache/airflow/blob/47a2b9ee7f1ff2cc1cc1aa1c3d1b523c88ba29fb/tests/providers/oracle/operators/test_oracle.py#L61)
   
   Tests `breeze testing tests --test-type "Providers[oracle]"` have completed 
successfully with this change.
   I don't know what was the purpose of `context = "test_context"`. It's not 
used further in test.


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