Skip to content

Commit

Permalink
Merge branch 'blockStreamerDeployment' into coordinatorInterruption
Browse files Browse the repository at this point in the history
  • Loading branch information
Darun Seethammagari authored Jan 19, 2024
2 parents 3f02f95 + 3f794d9 commit d447c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner/src/hasura-client/hasura-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('HasuraClient', () => {
const HASURA_ENDPOINT = 'mock-hasura-endpoint';
const HASURA_ADMIN_SECRET = 'mock-hasura-admin-secret';
const PGHOST = 'localhost';
const PGHOST_HASURA = 'localhost';
const PGPORT = '5432';

beforeAll(() => {
Expand All @@ -16,6 +17,7 @@ describe('HasuraClient', () => {
HASURA_ENDPOINT,
HASURA_ADMIN_SECRET,
PGHOST,
PGHOST_HASURA,
PGPORT,
};
});
Expand Down

0 comments on commit d447c48

Please sign in to comment.