chore: fixing tests with new breaking change

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-23 11:07:13 +02:00
parent d3b6c6c12a
commit 9458ea5f5d
2 changed files with 2 additions and 2 deletions
@@ -61,7 +61,7 @@ describe('AzureUrlReader', () => {
ctx.status(200),
ctx.json({
url: req.url.toString(),
headers: req.headers.getAllHeaders(),
headers: req.headers.all(),
}),
),
),
@@ -90,7 +90,7 @@ describe('GitlabUrlReader', () => {
ctx.status(200),
ctx.json({
url: req.url.toString(),
headers: req.headers.getAllHeaders(),
headers: req.headers.all(),
}),
),
),