Skip to content

Commit dbe720f

Browse files
1pxoneCopilot
andauthored
Update packages/javascript-sdk/tests/records.importJson.createMany.e2e.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent e674e2b commit dbe720f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/javascript-sdk/tests/records.importJson.createMany.e2e.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { isArray } from '../src/common/utils.js'
99
jest.setTimeout(60_000)
1010

1111
describe('records.importJson & records.createMany (e2e)', () => {
12-
const apiKey =
13-
process.env.RUSHDB_API_KEY ||
14-
'in_0010000_d9af59b63a8b269904a5343ebf72b9c2Sr/UjX1uCxe4aIq1B4k/8ZfETx7f8jLcvV5dCeb/plfUixuu6Elg+d/q2lJAcafi'
12+
const apiKey = process.env.RUSHDB_API_KEY
1513
const apiUrl = process.env.RUSHDB_API_URL || 'http://localhost:3000'
1614

1715
if (!apiKey) {

0 commit comments

Comments
 (0)