Update op policy UI
[clamp.git] / ui-react / src / components / dialogs / OperationalPolicy / OperationalPolicyModal.test.js
index 9c7da31..522a3f6 100644 (file)
@@ -46,9 +46,9 @@ describe('Verify OperationalPolicyModal', () => {
                         "controlLoop": {},
                         "policies": []
                     }
-                }
-             }],
-            "operationalPolicySchema": {"schema": {}}
+                },
+                "jsonRepresentation" : {"schema": {}}
+             }]
     });
     const historyMock = { push: jest.fn() };
     const flushPromises = () => new Promise(setImmediate);