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

Commit4c27a93

Browse files
committed
tests: minor fix in ptrack.py
1 parentc8c7436 commit4c27a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/ptrack.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def test_ptrack_unprivileged(self):
483483

484484
ifnode.major_version<11:
485485
# Reviewer, NB: skip this test in case of old ptrack?
486-
self.fnames= [
486+
fnames= [
487487
'pg_catalog.oideq(oid, oid)',
488488
'pg_catalog.ptrack_version()',
489489
'pg_catalog.pg_ptrack_clear()',
@@ -493,7 +493,7 @@ def test_ptrack_unprivileged(self):
493493
'pg_catalog.pg_ptrack_get_block_2(oid, oid, oid, bigint)'
494494
]
495495

496-
forself.fnameinself.fnames:
496+
forfnameinfnames:
497497
node.safe_psql(
498498
"backupdb",
499499
"GRANT EXECUTE ON FUNCTION {0} TO backup".format(fname))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp