Skip to content

Commit e674e2b

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import RushDB from '../src/index.node'
88
jest.setTimeout(60_000)
99

1010
describe('records.upsert (e2e)', () => {
11-
const apiKey =
12-
process.env.RUSHDB_API_KEY ||
13-
'in_0010000_d9af59b63a8b269904a5343ebf72b9c2Sr/UjX1uCxe4aIq1B4k/8ZfETx7f8jLcvV5dCeb/plfUixuu6Elg+d/q2lJAcafi'
11+
const apiKey = process.env.RUSHDB_API_KEY
1412
const apiUrl = process.env.RUSHDB_API_URL || 'http://localhost:3000'
1513

1614
if (!apiKey) {

0 commit comments

Comments
 (0)