Skip to content

Commit

Permalink
updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaplanshopify committed Jul 18, 2024
1 parent 28acb03 commit e58a8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/cli/services/dev/extension/payload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('getUIExtensionPayload', () => {
customer_privacy: false,
},
iframe: {
sources: [],
sources: ['https://my-iframe.com'],
},
},
extension_points: ['CUSTOM_EXTENSION_POINT'],
Expand Down Expand Up @@ -146,7 +146,7 @@ describe('getUIExtensionPayload', () => {
smsMarketing: false,
},
iframe: {
sources: ['https://my-iframe.com'],
sources: [],
},
},
})
Expand Down

0 comments on commit e58a8b6

Please sign in to comment.