We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb705d commit d4ba261Copy full SHA for d4ba261
composer/workflows/unit_testing_test.py
@@ -30,7 +30,7 @@ def test_dag_has_cycle():
30
unit_testing.assert_has_valid_dag(module)
31
32
33
-# [START composer_dag_unit_testing]
+# [START composer_dag_unit_testing_test]
34
def test_dag_with_variables():
35
from airflow import models
36
@@ -43,4 +43,4 @@ def test_dag_with_variables():
43
# The assert_has_valid_dag verifies that the module contains an Airflow DAG
44
# and that the DAG contains no cycles.
45
46
-# [END composer_dag_unit_testing]
+# [END composer_dag_unit_testing_test]
0 commit comments