Fix the fix that should have fixed the tests.

This commit is contained in:
Jordan Petridis 2018-04-06 19:36:52 +03:00
parent 32654f6cb2
commit d332636dd4
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -269,7 +269,7 @@ mod tests {
let source = Source::from_url(url).unwrap();
let id = source.id();
let feed = source.into_feed(&client, pool.clone(), true);
let feed = source.into_feed(&client, true);
let feed = core.run(feed).unwrap();
let expected = get_feed("tests/feeds/2018-01-20-Intercepted.xml", id);