From 1685b700294ee0c1eaa1365d67a42861af0fe721 Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Sun, 31 Oct 2021 19:09:19 +0000 Subject: [PMSH] Operational policy and control loop updates Issue-ID: DCAEGEN2-2913 Signed-off-by: raviteja.karumuri Change-Id: Ie64383aa55b07ef4387e9b1e8a2414f37901f0da --- components/pm-subscription-handler/tests/test_pmsh_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/pm-subscription-handler/tests/test_pmsh_utils.py') diff --git a/components/pm-subscription-handler/tests/test_pmsh_utils.py b/components/pm-subscription-handler/tests/test_pmsh_utils.py index 5aab65e1..57f20ddf 100644 --- a/components/pm-subscription-handler/tests/test_pmsh_utils.py +++ b/components/pm-subscription-handler/tests/test_pmsh_utils.py @@ -90,8 +90,7 @@ class PmshUtilsTestCase(BaseClassSetup): self.app_conf.subscription, NetworkFunction(nf_name='pnf_1', model_invariant_id='some-id', - model_version_id='some-id'), - self.app_conf) + model_version_id='some-id')) pub_to_topic_call.assert_called_once() @responses.activate -- cgit 1.2.3-korg