refactor: better postgres connection param typing (#13800)

This commit is contained in:
Zack Pollard
2024-10-29 15:11:34 +00:00
committed by GitHub
parent e74ddca6c0
commit 68a4cc25dc
5 changed files with 25 additions and 3 deletions
@@ -61,6 +61,7 @@ describe(DatabaseService.name, () => {
mockEnvData({
database: {
config: {
connectionType: 'parts',
type: 'postgres',
host: 'database',
port: 5432,
@@ -290,6 +291,7 @@ describe(DatabaseService.name, () => {
mockEnvData({
database: {
config: {
connectionType: 'parts',
type: 'postgres',
host: 'database',
port: 5432,
@@ -313,6 +315,7 @@ describe(DatabaseService.name, () => {
mockEnvData({
database: {
config: {
connectionType: 'parts',
type: 'postgres',
host: 'database',
port: 5432,