Skip to content

Commit

Permalink
chore: update doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 1, 2024
1 parent 9e03e77 commit ffbed69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/system/test_pg8000_iam_authn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -52,8 +52,6 @@ def create_sqlalchemy_engine(
"projects/my-project/locations/us-central1/clusters/my-cluster/instances/my-instance"
user (str):
The database user name, e.g., postgres
password (str):
The database user's password, e.g., secret-password
db_name (str):
The name of the database, e.g., mydb
"""
Expand Down Expand Up @@ -81,7 +79,7 @@ def getconn() -> pg8000.dbapi.Connection:
# [END alloydb_sqlalchemy_connect_connector]


def test_pg8000_time() -> None:
def test_pg8000_iam_authn_time() -> None:
"""Basic test to get time from database."""
inst_uri = os.environ["ALLOYDB_INSTANCE_URI"]
user = os.environ["ALLOYDB_IAM_USER"]
Expand Down

0 comments on commit ffbed69

Please sign in to comment.