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

fix test

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