Skip to content

Commit

Permalink
fix: convert zipCode as string for HTTP tests on OTel Demo (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias authored Nov 10, 2023
1 parent 3c24e6e commit f41faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/constants/Demo.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function getOtelDemo(demoSettings: Demo) {
state: 'CA',
country: 'United States',
city: 'Mountain View',
zipCode: 94043,
zipCode: '94043',
},
userCurrency: 'USD',
creditCard: {
Expand Down

0 comments on commit f41faa6

Please sign in to comment.