dstandish commented on pull request #22412:
URL: https://github.com/apache/airflow/pull/22412#issuecomment-1075921024


   > call_kwargs = 
self.mock_kube_client.read_namespaced_pod_log.call_args_list[0].kwargs
   >   >       assert call_kwargs['since_seconds'] == 5
   >   E       TypeError: tuple indices must be integers or slices, not str
   
   @kaxil 
   yeah locally i use 3.8 so sometimes i get bitten by changes to mock call arg 
handling between 3.7 and 3.8 ... and that's what happened here.


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