Skip to content

Commit 211a9f3

Browse files
author
Mikhail Samoylov
committed
Typo "passwrod" fixed
1 parent ce00460 commit 211a9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, parent_node, dbname, host="127.0.0.1", user=None, password=No
7979
user=user,
8080
port=parent_node.port,
8181
host=host,
82-
passwrod=password
82+
password=password
8383
)
8484

8585
self.cursor = self.connection.cursor()

0 commit comments

Comments
 (0)