mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
Moved into test controller.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Jellyfin.Api.Tests.Controllers
|
||||
{
|
||||
var client = _factory.CreateClient();
|
||||
|
||||
var response = await client.GetAsync("system/ping?" + sourceUrl).ConfigureAwait(false);
|
||||
var response = await client.GetAsync("Tests/Decoding?" + sourceUrl).ConfigureAwait(false);
|
||||
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
|
||||
Assert.Equal(unencodedUrl, response.Headers.GetValues("querystring").First());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user