mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-13 09:28:12 -05:00
fix: fix typo in postgres test (#216)
This commit is contained in:
@@ -37,7 +37,7 @@ func TestParseFromYamlPostgres(t *testing.T) {
|
||||
my-pg-instance:
|
||||
kind: postgres
|
||||
host: my-host
|
||||
port: 0000
|
||||
port: 0.0.0.0
|
||||
database: my_db
|
||||
`,
|
||||
want: server.SourceConfigs{
|
||||
@@ -45,7 +45,7 @@ func TestParseFromYamlPostgres(t *testing.T) {
|
||||
Name: "my-pg-instance",
|
||||
Kind: postgres.SourceKind,
|
||||
Host: "my-host",
|
||||
Port: "0000",
|
||||
Port: "0.0.0.0",
|
||||
Database: "my_db",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user