Taragolis commented on code in PR #37916:
URL: https://github.com/apache/airflow/pull/37916#discussion_r1513553050


##########
tests/providers/apache/beam/operators/test_beam.py:
##########
@@ -286,7 +287,7 @@ def test_exec_dataflow_runner(self, gcs_hook, 
dataflow_hook_mock, beam_hook_mock
             "jobName": job_name,
             "stagingLocation": "gs://test/staging",
             "region": "us-central1",
-            "labels": {"foo": "bar", "airflow-version": TEST_VERSION},
+            "labels": {"foo": "bar"},

Review Comment:
   Side effect happen because it use mutable as defaults in tests, so it should 
be rather move into the function-scoped fixture. But today is too late, so I 
will try to proper fix it later, we have the same problem in the past.



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