Skip to content

Commit d5fa0e8

Browse files
chore: update tests
1 parent 12f08b2 commit d5fa0e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/system/test_pg8000_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_custom_SAN_with_dns_pg8000_connection() -> None:
194194

195195

196196
def 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"]

tests/system/test_pg8000_iam_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_lazy_pg8000_iam_authn_connection() -> None:
116116

117117

118118
def 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"]

0 commit comments

Comments
 (0)