Skip to content

Commit

Permalink
Update tests/unit/scripts/test_cylc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie authored Nov 30, 2023
1 parent 79257e7 commit db0c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/scripts/test_cylc.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_pythonpath_manip(monkeypatch):
# ... but we do remove PYTHONPATH items from sys.path, and don't remove
# items there not in PYTHONPATH
assert sys.path == ['/leave-alone']
# If ROSE_PYTHONPATH is set we retrieve its contents and
# If CYLC_PYTHONPATH is set we retrieve its contents and
# add them to the sys.path:
monkeypatch.setenv('CYLC_PYTHONPATH', '/add1:/add2')
pythonpath_manip()
Expand Down

0 comments on commit db0c8fe

Please sign in to comment.