Skip to content

Commit b83159c

Browse files
authored
Merge pull request #392 from contentstack/fix/reconcile-history
chore: reconcile diverged git histories
2 parents 4d3344a + f9738ce commit b83159c

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)