summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/tests/test_subscribe_notification.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/nf/tests/test_subscribe_notification.py')
-rw-r--r--lcm/lcm/nf/tests/test_subscribe_notification.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lcm/lcm/nf/tests/test_subscribe_notification.py b/lcm/lcm/nf/tests/test_subscribe_notification.py
index 70a309b8..237ef2dc 100644
--- a/lcm/lcm/nf/tests/test_subscribe_notification.py
+++ b/lcm/lcm/nf/tests/test_subscribe_notification.py
@@ -106,6 +106,13 @@ class TestSubscription(TestCase):
def test_invalid_notification_type(self, mock_requests):
dummy_subscription = {
"callbackUri": "http://aurl.com",
+ "authentication": {
+ "authType": ["BASIC"],
+ "paramsBasic": {
+ "username": "username",
+ "password": "password"
+ }
+ },
"filter": {
"notificationTypes": ["VnfIdentifierDeletionNotification"],
"operationTypes": [