Skip to content

Commit f604edd

Browse files
author
Aniq Aqil
committed
fix: add new header to test.js
1 parent 6a2343f commit f604edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default function () {
1515
headers: {
1616
"Content-Type": "application/json",
1717
"X-User-ID": 23423,
18+
"Authorization": "token abcdef0123456789"
1819
},
1920
});
2021
console.log(`${res.json().pizza.name} (${res.json().pizza.ingredients.length} ingredients)`);

0 commit comments

Comments
 (0)