Skip to content

Commit 3fe6062

Browse files
committed
Fixed sonar finding
1 parent bc25eab commit 3fe6062

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
65.7 KB
Binary file not shown.

packages/event-handler/tests/unit/rest/middleware/cors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('CORS Middleware', () => {
3535
'/test',
3636
[
3737
cors({
38-
origin: 'http://another-origin.com',
38+
origin: 'https://another-origin.com',
3939
}),
4040
],
4141
async () => ({ success: true })

0 commit comments

Comments
 (0)