Skip to content

Commit f1441c8

Browse files
committed
chore: OK
1 parent 54967c2 commit f1441c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cts/testServer/timeout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function addRoutes(app: express.Express): void {
106106
app.get('/1/long-wait', (req, res) => {
107107
setTimeout(
108108
() => {
109-
res.json({ message: 'ok' });
109+
res.json({ message: 'OK' });
110110
},
111111
parseInt(req.query.ms?.toString() || '0'),
112112
);

0 commit comments

Comments
 (0)