diff options
author | 2020-02-18 09:19:58 +0000 | |
---|---|---|
committer | 2020-02-18 09:19:58 +0000 | |
commit | b7d87af11036d724710a50116fd3edabe25afd5b (patch) | |
tree | 34bcecf77a134b6ff92440fc60044f37cb155d11 /catalog/packages/tests | |
parent | 6215857a5a88907c2ba522b862992815e47f4960 (diff) | |
parent | 9812671ef6df484b944355bf5101732d5cf9ea03 (diff) |
Merge "modify filters to filter"
Diffstat (limited to 'catalog/packages/tests')
-rw-r--r-- | catalog/packages/tests/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/packages/tests/const.py b/catalog/packages/tests/const.py index fc4869c..79cedfc 100644 --- a/catalog/packages/tests/const.py +++ b/catalog/packages/tests/const.py @@ -555,7 +555,7 @@ sd_data = { } vnf_subscription_data = { - "filters": { + "filter": { "notificationTypes": [ "VnfPackageOnboardingNotification" ], |