Fixed SabProvider test for AddByUrlSuccess.

This commit is contained in:
Mark McDowall
2011-05-20 00:00:41 -07:00
parent 26b7bc5c53
commit 4e01896cbe
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Test
.Setup(
s =>
s.DownloadString(
"http://192.168.5.55:2222/api?mode=addurl&name=http://www.nzbclub.com/nzb_download.aspx?mid=1950232&priority=0&cat=tv&nzbname=This+is+an+Nzb&apikey=5c770e3197e4fe763423ee7c392c25d1&ma_username=admin&ma_password=pass"))
"http://192.168.5.55:2222/api?mode=addurl&name=http://www.nzbclub.com/nzb_download.aspx?mid=1950232&priority=0&pp=3&cat=tv&nzbname=This+is+an+Nzb&apikey=5c770e3197e4fe763423ee7c392c25d1&ma_username=admin&ma_password=pass"))
.Returns("ok");
//Act