File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ def test_custom_SAN_with_dns_pg8000_connection() -> None:
194194
195195
196196def test_MCP_pg8000_connection () -> None :
197- """Basic test to get time from database."""
197+ """Basic test to get time from database using MCP enabled instance ."""
198198 inst_conn_name = os .environ ["POSTGRES_MCP_CONNECTION_NAME" ]
199199 user = os .environ ["POSTGRES_USER" ]
200200 password = os .environ ["POSTGRES_MCP_PASS" ]
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def test_lazy_pg8000_iam_authn_connection() -> None:
116116
117117
118118def test_MCP_pg8000_iam_authn_connection () -> None :
119- """Basic test to get time from database."""
119+ """Basic test to get time from database using MCP enabled instance ."""
120120 inst_conn_name = os .environ ["POSTGRES_MCP_CONNECTION_NAME" ]
121121 user = os .environ ["POSTGRES_IAM_USER" ]
122122 db = os .environ ["POSTGRES_DB" ]
You can’t perform that action at this time.
0 commit comments