Skip to content

Commit

Permalink
test: update snapshots (#618)
Browse files Browse the repository at this point in the history
This PR is to update the snapshots which I couldn't in #593
  • Loading branch information
nguyentoanit committed May 8, 2024
1 parent 4a62b8f commit a4a8799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/__snapshots__/marketplaces.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -762,11 +762,11 @@ AmazonMarketplace {
},
"countryCode": "SA",
"region": AmazonMarketplaceAdvertisingRegion {
"accessTokenUri": "https://api.amazon.co.jp/auth/o2/token",
"authorizationUri": "https://apac.account.amazon.com/ap/oa",
"code": "FE",
"endpoint": "https://advertising-api-fe.amazon.com",
"name": "Far East",
"accessTokenUri": "https://api.amazon.co.uk/auth/o2/token",
"authorizationUri": "https://eu.account.amazon.com/ap/oa",
"code": "EU",
"endpoint": "https://advertising-api-eu.amazon.com",
"name": "Europe",
},
"timeZone": "Asia/Riyadh",
},
Expand Down

0 comments on commit a4a8799

Please sign in to comment.