mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unwanted print statement
This commit is contained in:
parent
baee8afd3a
commit
5f6c06ed56
1 changed files with 0 additions and 1 deletions
|
@ -33,5 +33,4 @@ def test_prepend_root_dir(tmp_path):
|
|||
"foo": str(pathlib.Path(salt.syspaths.ROOT_DIR) / "var" / "foo"),
|
||||
}
|
||||
salt.config.prepend_root_dir(opts, ["foo"])
|
||||
print(f"after {opts['foo']}")
|
||||
assert opts["foo"] == str(root / "var" / "foo")
|
||||
|
|
Loading…
Add table
Reference in a new issue