Skip to content

Commit c6723c0

Browse files
1pxoneCopilot
andauthored
Update packages/javascript-sdk/tests/records.importCsv.e2e.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d55a51a commit c6723c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/javascript-sdk/tests/records.importCsv.e2e.test.ts

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

1111
describe('records.importCsv (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)