Skip to content

Commit b65d404

Browse files
S PadmaS Padma
authored andcommitted
added security tests
1 parent 53734bd commit b65d404

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

e2e/query.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ describe('Query Endpoint E2E Tests', () => {
199199
console.log(`Results returned: ${data.results.length}`);
200200

201201
// Results should have lower relevance scores (typically < 0.5 for unrelated content)
202-
// This is informational - the service still returns results
203202
data.results.forEach((result, idx) => {
204203
console.log(`Result ${idx + 1} score: ${result.score.toFixed(4)}`);
205204
});

0 commit comments

Comments
 (0)