Fix INF-346 and INF-347 subscription filter
[pti/o2.git] / tests / unit / test_ocloud.py
index 3c0fde7..13a7d42 100644 (file)
@@ -457,7 +457,7 @@ def test_flask_post(mock_flask_uow):
         resp = client.post(apibase+'/subscriptions', json={
             'callback': sub_callback,
             'consumerSubscriptionId': 'consumerSubId1',
-            'filter': 'empty'
+            'filter': ''
         })
         assert resp.status_code == 201
         assert 'subscriptionId' in resp.get_json()