Support querying of model by type
[sdc.git] / openecomp-ui / test / softwareProduct / details / test.js
index 0e0c9ec..8b5f68c 100644 (file)
@@ -218,7 +218,7 @@ describe('Software Product Details Module Tests', function () {
                });
 
                mockRest.addHandler('fetch', ({options, data, baseUrl}) => {
-                       expect(baseUrl).toEqual('/sdc1/feProxy/rest/v1/catalog/model/');
+                       expect(baseUrl).toEqual('/sdc1/feProxy/rest/v1/catalog/model?modelType=normative');
                        expect(data).toEqual(undefined);
                        expect(options).toEqual(undefined);
                        return [];