Skip to content

Commit d660950

Browse files
fix: remove env-var value from console.log to resolve CodeQL alert
1 parent 7500714 commit d660950

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fileignoreconfig:
1212
- filename: test/integration/GlobalFieldsTests/ContentBlockGlobalField.test.js
1313
checksum: 8d2bc8cb6661336b57397649259f7e12786256706019efb644f133b336629d96
1414
- filename: test/integration/GlobalFieldsTests/NestedGlobalField.test.js
15-
checksum: 703722cca153df62ffb3cb32fcfc2722d509607e6b91682282df5063650423d1
15+
checksum: 1ba81e7a400fd02c5d66170bdd5b2419a8932963dd00c5635d754c89ab5daeba
1616
- filename: test/integration/NetworkResilienceTests/RetryLogic.test.js
1717
checksum: 3b5fe23398bdc2327848b3caa95339e51a0aed059c1eb299e78d3dd215ecbd30
1818
- filename: test/integration/QueryTests/ExistsSearchOperators.test.js

test/integration/GlobalFieldsTests/NestedGlobalField.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('Global Fields - Nested Global Fields Comprehensive Tests', () => {
6969
.find();
7070

7171
if (!result[0] || result[0].length === 0) {
72-
console.log(`⚠️ No entries found with nested global field: ${nestedGlobalFieldUID}`);
72+
console.log('⚠️ No entries found with nested global field (check content type has matching entries)');
7373
return;
7474
}
7575

0 commit comments

Comments
 (0)