Skip to content

Commit

Permalink
PMM-7 fix pgss port
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Jan 16, 2025
1 parent 6f7cd6e commit 0ea1927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qa-integration/pmm_pgss_integration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
const { adminPage } = inject();
const connection = {
host: '127.0.0.1',
port: 5438,
port: 5448,
user: 'postgres',
password: 'pass+this',
database: 'postgres',
Expand Down

0 comments on commit 0ea1927

Please sign in to comment.