File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ def source_walsender(self):
434
434
if self .master is None :
435
435
raise TestgresException ("Node doesn't have a master" )
436
436
437
- assert type (self .master ) == PostgresNode
437
+ assert type (self .master ) == PostgresNode # noqa: E721
438
438
439
439
# master should be on the same host
440
440
assert self .master .host == self .host
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ def LOCAL__check_auxiliary_pids__multiple_attempts(
348
348
assert (con .pid > 0 )
349
349
350
350
with master .replicate ().start () as replica :
351
- assert type (replica ) == PostgresNode
351
+ assert type (replica ) == PostgresNode # noqa: E721
352
352
353
353
# test __str__ method
354
354
str (master .child_processes [0 ])
You can’t perform that action at this time.
0 commit comments