Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa6d751

Browse files
[BUG FIX] TestgresRemoteTests.test_safe_psql__expect_error is corrected
get_remote_node() must be called without any parameters.
1 parent0781132 commitfa6d751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_simple_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_psql(self):
297297
node.safe_psql('select 1')
298298

299299
deftest_safe_psql__expect_error(self):
300-
withget_remote_node(conn_params=conn_params).init().start()asnode:
300+
withget_remote_node().init().start()asnode:
301301
err=node.safe_psql('select_or_not_select 1',expect_error=True)
302302
self.assertTrue(type(err)==str)# noqa: E721
303303
self.assertIn('select_or_not_select',err)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp