Skip to content

Commit f673190

Browse files
emilkrebsCopilot
andauthored
Update tests/main_test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9921430 commit f673190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/main_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export class TestDataFactory {
2121
};
2222
}
2323

24-
Deno.env.set('ARC_SECRET', 'super-secret');
24+
const testArcSecret = crypto.randomUUID();
25+
Deno.env.set('ARC_SECRET', testArcSecret);
2526

2627
// Test suite for basic HTTP functionality
2728
Deno.test({

0 commit comments

Comments
 (0)