diff --git a/py/test/rsession/testing/test_rest.py b/py/test/rsession/testing/test_rest.py index c91109afd..96d734ff9 100644 --- a/py/test/rsession/testing/test_rest.py +++ b/py/test/rsession/testing/test_rest.py @@ -52,7 +52,8 @@ class TestRestUnits(object): 'localhost\n\n') def test_report_HostRSyncing(self): - event = repevent.HostRSyncing(HostInfo('localhost:/foo/bar')) + event = repevent.HostRSyncing(HostInfo('localhost:/foo/bar'), "a", + "b") reporter.report(event) assert stdout.getvalue() == ('::\n\n localhost: RSYNC ==> ' '/foo/bar\n\n')