Skip to content
Snippets Groups Projects
Commit dea4ce63 authored by ale's avatar ale
Browse files

fix test

parent 96caeef2
Branches
No related tags found
No related merge requests found
...@@ -161,12 +161,12 @@ class ClientOptionsTest(ClientRunner, mox.MoxTestBase): ...@@ -161,12 +161,12 @@ class ClientOptionsTest(ClientRunner, mox.MoxTestBase):
'/my/music', '/my/music',
[], [],
'KEY', 'KEY',
True, 10, False)) True, 10))
self.mox.ReplayAll() self.mox.ReplayAll()
self._Run(['--api_key=KEY', '--server_url=http://server/receiver', self._Run(['--api_key=KEY', '--server_url=http://server/receiver',
'--music_dir=/my/music', '--bwlimit=10', '--music_dir=/my/music', '--bwlimit=10',
'--once', '--no_realtime_watch']) '--once'])
class RunClientTest(mox.MoxTestBase): class RunClientTest(mox.MoxTestBase):
...@@ -201,8 +201,7 @@ class RunClientTest(mox.MoxTestBase): ...@@ -201,8 +201,7 @@ class RunClientTest(mox.MoxTestBase):
[], [],
'KEY', 'KEY',
True, True,
150, 150)
False)
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment