We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f917dc commit 3d8f6b6Copy full SHA for 3d8f6b6
packages/core/src/libraries/hook.test.ts
@@ -87,7 +87,7 @@ describe('triggerInteractionHooksIfNeeded()', () => {
87
headers: {
88
'user-agent': 'Logto (https://logto.io/)',
89
bar: 'baz',
90
- 'x-logto-signature-256': mockSignature,
+ 'logto-signature-256': mockSignature,
91
},
92
json: {
93
hookId: 'foo',
0 commit comments