Fixed: Completed downloads in Qbit missing import path

(cherry picked from commit 35365665cfd436ac276dd9591e23333bd26cf789)

Closes #2959
This commit is contained in:
Mark McDowall
2023-09-27 12:06:30 -07:00
committed by Bogdan
parent 54a9af2ced
commit eae06695e8
3 changed files with 24 additions and 21 deletions
@@ -137,7 +137,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
{
Mocker.GetMock<IQBittorrentProxy>()
.Setup(s => s.GetTorrentProperties(torrent.Hash.ToLower(), It.IsAny<QBittorrentSettings>()))
.Returns(new QBittorrentTorrentProperties { ContentPath = torrent.ContentPath, SavePath = torrent.SavePath });
.Returns(new QBittorrentTorrentProperties { SavePath = torrent.SavePath });
Mocker.GetMock<IQBittorrentProxy>()
.Setup(s => s.GetTorrentFiles(torrent.Hash.ToLower(), It.IsAny<QBittorrentSettings>()))