Skip to content

Commit 0a3442a

Browse files
PostgresNode::start is corrected [error message]
1 parent 04f88c7 commit 0a3442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def start(self, params=[], wait=True):
10881088
return self
10891089

10901090
if self._port is None:
1091-
raise InvalidOperationException("Can't start PostgresNode. Port is node defined.")
1091+
raise InvalidOperationException("Can't start PostgresNode. Port is not defined.")
10921092

10931093
assert type(self._port) == int # noqa: E721
10941094

0 commit comments

Comments
 (0)