1
0
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:
Mark McDowall
2015-10-01 13:53:55 -07:00
parent 986dae590b
commit 2d7774c018
3 changed files with 3 additions and 0 deletions
@@ -101,6 +101,7 @@ namespace NzbDrone.Integration.Test.Client
};
request.AddHeader("Authorization", _apiKey);
request.AddHeader("X-Api-Key", _apiKey);
return request;
}