Skip to content

Commit f9738ce

Browse files
committed
chore: reconcile diverged git histories
Force push on main after PR#389/PR#390 broke shared ancestry. Preserves DX-10060 (network error retry) from development. Adds snyk false-positive suppression from main.
2 parents 4d3344a + 59deac8 commit f9738ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/bundlers/esbuild-app/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const regions = [
5353
regions.forEach(({ name, check }) => {
5454
test(`SDK works with ${name} region`, () => {
5555
const stack = contentstack.stack({
56+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
5657
apiKey: 'test_key',
5758
deliveryToken: 'test_token',
5859
environment: 'test',

test/bundlers/rollup-app/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const regions = [
5353
regions.forEach(({ name, check }) => {
5454
test(`SDK works with ${name} region`, () => {
5555
const stack = contentstack.stack({
56+
// deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
5657
apiKey: 'test_key',
5758
deliveryToken: 'test_token',
5859
environment: 'test',

0 commit comments

Comments
 (0)