Skip to content

Commit d4ba261

Browse files
authored
update region tag for sample browser (GoogleCloudPlatform#4955)
1 parent 9fb705d commit d4ba261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer/workflows/unit_testing_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_dag_has_cycle():
3030
unit_testing.assert_has_valid_dag(module)
3131

3232

33-
# [START composer_dag_unit_testing]
33+
# [START composer_dag_unit_testing_test]
3434
def test_dag_with_variables():
3535
from airflow import models
3636

@@ -43,4 +43,4 @@ def test_dag_with_variables():
4343
# The assert_has_valid_dag verifies that the module contains an Airflow DAG
4444
# and that the DAG contains no cycles.
4545
unit_testing.assert_has_valid_dag(module)
46-
# [END composer_dag_unit_testing]
46+
# [END composer_dag_unit_testing_test]

0 commit comments

Comments
 (0)