diff options
author | 2021-10-31 19:09:19 +0000 | |
---|---|---|
committer | 2021-11-05 14:36:17 +0000 | |
commit | 1685b700294ee0c1eaa1365d67a42861af0fe721 (patch) | |
tree | 2a146d34629b18f6000d7cd4fc57b925a1e22982 /components/pm-subscription-handler/tests/test_pmsh_utils.py | |
parent | 70de6a27b7722e3ed02d8e8a8c7933e053eacabb (diff) |
[PMSH] Operational policy and control loop updates
Issue-ID: DCAEGEN2-2913
Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech>
Change-Id: Ie64383aa55b07ef4387e9b1e8a2414f37901f0da
Diffstat (limited to 'components/pm-subscription-handler/tests/test_pmsh_utils.py')
-rw-r--r-- | components/pm-subscription-handler/tests/test_pmsh_utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |