mirror of
https://github.com/Radarr/Radarr
synced 2026-02-11 09:12:33 +01:00
Update HttpClientFixture.cs
This commit is contained in:
parent
22d0f9ffef
commit
28e6e4ed7b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class HttpClientFixture<TDispatcher> : TestBase<HttpClient>
|
|||
[OneTimeSetUp]
|
||||
public void FixtureSetUp()
|
||||
{
|
||||
var candidates = new[] { "eu.httpbin.org", /*"httpbin.org",*/ "www.httpbin.org" };
|
||||
var candidates = new[] { "httpbin.servarr.com", "eu.httpbin.org", /*"httpbin.org",*/ "www.httpbin.org" };
|
||||
|
||||
// httpbin.org is broken right now, occassionally redirecting to https if it's unavailable.
|
||||
_httpBinHosts = candidates.Where(IsTestSiteAvailable).ToArray();
|
||||
|
|
|
|||
Loading…
Reference in a new issue