mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-09 05:40:53 +02:00
Fixed integration test's path to Sonarr executable
This commit is contained in:
parent
90d3dc2f98
commit
652027821d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public void Start(bool enableAuth = false)
|
|||
}
|
||||
else
|
||||
{
|
||||
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "..", "bin", consoleExe));
|
||||
Start(Path.Combine(TestContext.CurrentContext.TestDirectory, "bin", consoleExe));
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue