1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix: remove console log from tests (#10292)

One thing that can make tests fail is console.out, as it produces IO.
This commit is contained in:
Jaanus Sellin 2025-07-03 10:07:53 +03:00 committed by GitHub
parent abe943951a
commit 48efcefba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

@ -72,7 +72,6 @@ describe('Webhook integration', () => {
.post('/')
.matchHeader('Content-Type', 'application/json')
.reply(200, (uri, body) => {
console.log(`uri: ${uri} body: ${body}`);
callCount++;
callBody = body;
return { ok: true, status: 200 };

View File

@ -204,10 +204,6 @@ describe('the playground service (e2e)', () => {
segments?: SegmentSchema[];
}): Promise<PlaygroundFeatureEvaluationResult[]> => {
await seedDatabaseForPlaygroundTest(db, features, env, segments);
// const activeSegments = await db.stores.segmentStore.getAllFeatureStrategySegments()
// console.log("active segments db seeding", activeSegments)
const projects = '*';
const serviceFeatures = await service.evaluateQuery(