Thanks to visit codestin.com Credit goes to github.com
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 0781132 commit fa6d751Copy full SHA for fa6d751
tests/test_simple_remote.py
@@ -297,7 +297,7 @@ def test_psql(self):
297
node.safe_psql('select 1')
298
299
def test_safe_psql__expect_error(self):
300
- with get_remote_node(conn_params=conn_params).init().start() as node:
+ with get_remote_node().init().start() as node:
301
err = node.safe_psql('select_or_not_select 1', expect_error=True)
302
self.assertTrue(type(err) == str) # noqa: E721
303
self.assertIn('select_or_not_select', err)
0 commit comments