Skip to content

Commit 6144503

Browse files
committed
bearer
1 parent b948c99 commit 6144503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/system-package/test/system.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const {execSync} = require('child_process');
1919
const request = (method, route, base_url, id_token) => {
2020
return got(new URL(route, base_url.trim()), {
2121
headers: {
22-
Authorization: id_token.trim(),
22+
Authorization: `Bearer ${id_token.trim()}`,
2323
},
2424
method: method || 'get',
2525
throwHttpErrors: false,

0 commit comments

Comments
 (0)