mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 23:45:58 -06:00
Fixed SearchObjectsApiSearch test cases failed for EPAS 9.5 and 9.6
This commit is contained in:
parent
b41557b54b
commit
eca8e706dd
@ -59,7 +59,7 @@ class PublicationModule(CollectionNodeModule):
|
||||
**kwargs:
|
||||
"""
|
||||
super(PublicationModule, self).__init__(*args, **kwargs)
|
||||
self.min_ver = 100000
|
||||
self.min_ver = self.min_ppasver = 100000
|
||||
self.max_ver = None
|
||||
|
||||
def get_nodes(self, gid, sid, did):
|
||||
|
@ -63,7 +63,7 @@ class SubscriptionModule(CollectionNodeModule):
|
||||
**kwargs:
|
||||
"""
|
||||
super(SubscriptionModule, self).__init__(*args, **kwargs)
|
||||
self.min_ver = 100000
|
||||
self.min_ver = self.min_ppasver = 100000
|
||||
self.max_ver = None
|
||||
|
||||
def get_nodes(self, gid, sid, did):
|
||||
|
Loading…
Reference in New Issue
Block a user