Skip to content

Commit 619365e

Browse files
committed
revert change to test
1 parent 679a81a commit 619365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/cicd_sample/utils/add_dags_to_composer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def dags_directory():
2828
"""Copies contents of dags/ folder to a temporary directory"""
2929
temp_dir = tempfile.mkdtemp()
30-
copytree("dags/", f"{temp_dir}/", dirs_exist_ok=True)
30+
copytree("../dags/", f"{temp_dir}/", dirs_exist_ok=True)
3131
yield temp_dir
3232

3333

0 commit comments

Comments
 (0)