Skip to content

Commit

Permalink
Change the port
Browse files Browse the repository at this point in the history
  • Loading branch information
chtushar committed May 29, 2024
1 parent 5c25f95 commit 5e36b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, beforeAll, afterAll, expect, test } from 'vitest';
import { Client } from 'pg';
import { OpenAPM, getMetricClient } from '../src/OpenAPM';

let connectionUri = 'postgres://root:password@localhost:5432/testdb';
let connectionUri = 'postgres://root:password@localhost:7432/testdb';

describe('pg', () => {
let client;
Expand Down

0 comments on commit 5e36b06

Please sign in to comment.