summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tests/test_subscription.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/pm-subscription-handler/tests/test_subscription.py')
-rwxr-xr-xcomponents/pm-subscription-handler/tests/test_subscription.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/pm-subscription-handler/tests/test_subscription.py b/components/pm-subscription-handler/tests/test_subscription.py
index 27a189c2..c7845e74 100755
--- a/components/pm-subscription-handler/tests/test_subscription.py
+++ b/components/pm-subscription-handler/tests/test_subscription.py
@@ -66,14 +66,6 @@ class SubscriptionTest(TestCase):
db.session.remove()
self.app_context.pop()
- def test_xnf_filter_true(self):
- self.assertTrue(self.app_conf.nf_filter.is_nf_in_filter('pnf1',
- 'Active'))
-
- def test_xnf_filter_false(self):
- self.assertFalse(self.app_conf.nf_filter.is_nf_in_filter('PNF-33',
- 'Active'))
-
def test_sub_measurement_group(self):
self.assertEqual(len(self.app_conf.subscription.measurementGroups), 2)