Skip to content

Commit

Permalink
fix: user-agent header in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Dec 14, 2023
1 parent 1f2ed61 commit 2be35e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base_client_helper_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Deno.test("buildRequest - Should return a Request object with the correct proper
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer your-token",
"User-Agent": "Deno SDK/0.0.1",
"User-Agent": "Vipps/Deno SDK/local",
"Ocp-Apim-Subscription-Key": "your-subscription-key",
"Merchant-Serial-Number": "your-merchant-serial-number",
"Vipps-System-Name": "your-system-name",
Expand Down

0 comments on commit 2be35e8

Please sign in to comment.