Skip to content

Commit

Permalink
Tests: fixup for the dbname mentioned in a couple of SCRAM-related te…
Browse files Browse the repository at this point in the history
…st comments. (#153)
  • Loading branch information
jayaddison authored Apr 12, 2024
1 parent 5ac331c commit d0356d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/dbapi/auth/test_scram-sha-256.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pg8000.dbapi import DatabaseError, connect

# This requires a line in pg_hba.conf that requires scram-sha-256 for the
# database pg8000_scram-sha-256
# database pg8000_scram_sha_256

DB = "pg8000_scram_sha_256"

Expand Down
2 changes: 1 addition & 1 deletion test/legacy/auth/test_scram-sha-256_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pg8000 import DatabaseError, connect

# This requires a line in pg_hba.conf that requires scram-sha-256 for the
# database pg8000_scram-sha-256
# database pg8000_scram_sha_256

DB = "pg8000_scram_sha_256"

Expand Down

0 comments on commit d0356d5

Please sign in to comment.