Skip to content

Commit

Permalink
Unbreak archivebot.seesaw.wpullargs_test.TestWpullArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 16, 2015
1 parent 68474dc commit b6699ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/archivebot/seesaw/wpullargs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def setUp(self):
}

self.args = WpullArgs(default_user_agent='Default/1',
wpull_exe='/bin/wpull', phantomjs_exe='/usr/bin/phantomjs',
wpull_exe='/bin/wpull',
youtube_dl_exe='/usr/bin/youtube-dl',
phantomjs_exe='/usr/bin/phantomjs',
finished_warcs_dir='/lost+found/'
)

Expand Down

0 comments on commit b6699ab

Please sign in to comment.