You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/17 13:47:46 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #15843: Replace DockerOperator's 'volumes' arg for 'mounts'

uranusjr commented on a change in pull request #15843:
URL: https://github.com/apache/airflow/pull/15843#discussion_r633546141



##########
File path: tests/providers/docker/operators/test_docker_swarm.py
##########
@@ -77,6 +77,7 @@ def _client_service_logs_effect():
             image='ubuntu:latest',
             command='env',
             user='unittest',
+            mounts=[],

Review comment:
       I’ve modified the test case to ensure the variable is passed.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org