Skip to content

Commit d42a3a4

Browse files
ycedresdwoz
authored andcommitted
Merge pull request #1 from meaksh/allow-kargs-fileserver-roots-update
Prevent exceptions with "fileserver.update" when called via state
1 parent 38d83a7 commit d42a3a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/pytests/unit/fileserver/test_roots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,3 @@ def test_relative_file_roots(tmp_state_tree):
351351
with patch.dict(roots.__opts__, opts), pytest.helpers.change_cwd(str(parent)):
352352
ret = roots.find_file("testfile")
353353
assert "testfile" == ret["rel"]
354-

0 commit comments

Comments
 (0)