Skip to content

Commit

Permalink
test: Remove unneeded mock environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jul 26, 2023
1 parent 3702646 commit 97b555f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indexer-js-queue-handler/hasura-client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ describe('HasuraClient', () => {

const HASURA_ENDPOINT = 'mock-hasura-endpoint';
const HASURA_ADMIN_SECRET = 'mock-hasura-admin-secret';

const PG_ADMIN_USER = 'postgres'
const PG_ADMIN_PASSWORD = 'postgrespassword'
const PG_ADMIN_DATABASE = 'postgres'
const PG_HOST = 'localhost'
const PG_PORT = 5432

Expand All @@ -19,9 +15,6 @@ describe('HasuraClient', () => {
...oldEnv,
HASURA_ENDPOINT,
HASURA_ADMIN_SECRET,
PG_ADMIN_USER,
PG_ADMIN_PASSWORD,
PG_ADMIN_DATABASE,
PG_HOST,
PG_PORT,
};
Expand Down

0 comments on commit 97b555f

Please sign in to comment.