Skip to content

Commit

Permalink
Update lib/informativeTests/shared/testURL.js
Browse files Browse the repository at this point in the history
Co-authored-by: tschmidtb51 <[email protected]>
  • Loading branch information
MarcoKorinth and tschmidtb51 authored Jun 20, 2024
1 parent ac9524a commit f67ecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/informativeTests/shared/testURL.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function testURL(url, onError) {
const res = await request(url, {
method: 'HEAD',
headers: {
'user-agent': userAgent
'User-Agent': userAgent
}
})
if (res.statusCode < 200 || 400 <= res.statusCode) {
Expand Down

0 comments on commit f67ecce

Please sign in to comment.