summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tests/test_aai_service.py
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2020-10-14 08:52:49 +0100
committeregernug <gerard.nugent@est.tech>2020-11-19 09:16:15 +0000
commit4b2b1445bef3b760ed29efa1c7c78977dde73452 (patch)
treefd92bb19794e9e74567cffa5788725041a66b468 /components/pm-subscription-handler/tests/test_aai_service.py
parent062c4a7c72a1b45bc2e37a04b469321c5abc9d97 (diff)
[PMSH] Add Resource Name to filter options
Issue-ID: DCAEGEN2-2402 Change-Id: I2242d36ca34e0b8ac085ce790b19b7ad51352c63 Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/tests/test_aai_service.py')
-rw-r--r--components/pm-subscription-handler/tests/test_aai_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tests/test_aai_service.py b/components/pm-subscription-handler/tests/test_aai_service.py
index 27694851..27c0f402 100644
--- a/components/pm-subscription-handler/tests/test_aai_service.py
+++ b/components/pm-subscription-handler/tests/test_aai_service.py
@@ -47,7 +47,7 @@ class AaiClientTestCase(BaseClassSetup):
def tearDownClass(cls):
super().tearDownClass()
- @patch('mod.network_function.NetworkFunction.set_sdnc_params')
+ @patch('mod.network_function.NetworkFunction.set_nf_model_params')
@patch.object(Session, 'get')
@patch.object(Session, 'put')
def test_aai_client_get_pm_sub_data_success(self, mock_put_session, mock_get_session,