mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Use X-Api-Key header in integration tests
This commit is contained in:
@@ -101,6 +101,7 @@ namespace NzbDrone.Integration.Test.Client
|
||||
};
|
||||
|
||||
request.AddHeader("Authorization", _apiKey);
|
||||
request.AddHeader("X-Api-Key", _apiKey);
|
||||
|
||||
return request;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user