Skip to content

Commit

Permalink
Fixing provider system test path (#1583)
Browse files Browse the repository at this point in the history
* updating system test path

* fix typo
  • Loading branch information
vatsrahul1001 authored Oct 12, 2024
1 parent 3ee472e commit 5fbabe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/refactor_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def remove_lines_after(file_path, target_line):
parser = argparse.ArgumentParser()
parser.add_argument("file_path", help="file path", type=str)
args = parser.parse_args()
target_line = "from tests.system.utils.watcher import watcher"
target_line = "from dev.tests_common.test_utils.watcher import watcher"
remove_lines_after(args.file_path, target_line)

0 comments on commit 5fbabe0

Please sign in to comment.