We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6723c0 commit e674e2bCopy full SHA for e674e2b
packages/javascript-sdk/tests/records.upsert.e2e.test.ts
@@ -8,9 +8,7 @@ import RushDB from '../src/index.node'
8
jest.setTimeout(60_000)
9
10
describe('records.upsert (e2e)', () => {
11
- const apiKey =
12
- process.env.RUSHDB_API_KEY ||
13
- 'in_0010000_d9af59b63a8b269904a5343ebf72b9c2Sr/UjX1uCxe4aIq1B4k/8ZfETx7f8jLcvV5dCeb/plfUixuu6Elg+d/q2lJAcafi'
+ const apiKey = process.env.RUSHDB_API_KEY
14
const apiUrl = process.env.RUSHDB_API_URL || 'http://localhost:3000'
15
16
if (!apiKey) {
0 commit comments