mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-29 19:28:27 -07:00
Use X-Api-Key header in integration tests
This commit is contained in:
parent
986dae590b
commit
2d7774c018
3 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ namespace NzbDrone.Integration.Test
|
|||
{
|
||||
RestClient = new RestClient(RootUrl + "api/");
|
||||
RestClient.AddDefaultHeader("Authentication", _runner.ApiKey);
|
||||
RestClient.AddDefaultHeader("X-Api-Key", _runner.ApiKey);
|
||||
|
||||
Series = new SeriesClient(RestClient, _runner.ApiKey);
|
||||
Releases = new ReleaseClient(RestClient, _runner.ApiKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue