We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce00460 commit 211a9f3Copy full SHA for 211a9f3
testgres/testgres.py
@@ -79,7 +79,7 @@ def __init__(self, parent_node, dbname, host="127.0.0.1", user=None, password=No
79
user=user,
80
port=parent_node.port,
81
host=host,
82
- passwrod=password
+ password=password
83
)
84
85
self.cursor = self.connection.cursor()
0 commit comments