diff options
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 |