We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 938f78b + c912c52 commit 7ab6624Copy full SHA for 7ab6624
2 files changed
.github/workflows/eslint-test.yml
test/request.spec.ts
@@ -32,6 +32,7 @@ describe('Request tests', () => {
32
live_preview: {
33
enable: true,
34
preview_token: 'someToken',
35
+ live_preview: '<live_preview_hash>', // this gets added via Delivery SDK; added here in core only for testing.
36
},
37
};
38
await expect(getData(client, url, {})).rejects.toThrowError('Host is required for live preview');
0 commit comments