hussein-awala commented on PR #36492:
URL: https://github.com/apache/airflow/pull/36492#issuecomment-1883893010

   > I do not fully and hardly insist on improvements of pytest, take it as 
"recommondation". Approving in advance ;-D
   
   I just updated the test.
   
   Actually, since we test the loaded value:
   ```python
       loaded_trigger: SensitiveKwargsTrigger = 
TriggerRunner().trigger_row_to_trigger_instance(
           trigger_row, SensitiveKwargsTrigger
       )
       assert loaded_trigger.param1 == "value1"
       assert loaded_trigger.param2 == "value2"
   ```
   we don't care how the value is stored, we just need that it is not the 
original one, as you suggested. 👍 


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