Skip to content

Commit 3f1d41e

Browse files
committed
test: update type generation test with new attestation format
1 parent f68f048 commit 3f1d41e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/generated-config.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ describe('Generated Config (QuickType)', () => {
223223
questions: [
224224
{
225225
label: 'Test Question',
226-
tooltip: { text: 'Test tooltip content', links: ['https://git-proxy.finos.org./'] },
226+
tooltip: {
227+
text: 'Test tooltip content',
228+
links: [{ text: 'Test link', url: 'https://git-proxy.finos.org./' }],
229+
},
227230
},
228231
],
229232
},

0 commit comments

Comments
 (0)