Skip to content

Commit d26394b

Browse files
committed
update test
1 parent 925b648 commit d26394b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/providers/runtime-context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ describe('provider runtime context', () => {
393393
expect(result.output).toBe('{{TOKEN}}')
394394
})
395395

396-
it.each(['123', 'true'])(
396+
it.each(['123'])(
397397
'leaves non-model resource metadata untouched while projecting content (%s)',
398398
async (secret) => {
399399
const registry = new ResolvedSecretTraceRegistry([

0 commit comments

Comments
 (0)