Skip to content

Commit

Permalink
fix file upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Jul 13, 2014
1 parent d6bd19c commit aebe649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/items/files_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ def test_binary(self):
node.upload.assert_called_once_with(
"/b/dir/files/foobar",
"/foo",
owner="root",
group="root",
mode="0664",
owner="",
group="",
mode=None,
)

def test_regular(self):
Expand Down

0 comments on commit aebe649

Please sign in to comment.