X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Finstance_topics.py;h=c60445ffc3cb303d9c1ce32d0d3a089f1c89c6c9;hb=4f73bd0628866f19f15f2361b667b9adc7443501;hp=16bd4062ace93245f70359f3ef2ec2d7169a4a3e;hpb=0f6994cd5fc8f158b1795d53f6b77b9761f3017c;p=osm%2FNBI.git diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 16bd406..c60445f 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -1602,7 +1602,7 @@ class NsLcmOpTopic(BaseTopic): if wim_account in wim_accounts: return try: - db_filter = self._get_project_filter(session, write=False, show_all=True) + db_filter = self._get_project_filter(session) db_filter["_id"] = wim_account self.db.get_one("wim_accounts", db_filter) except Exception: