Default ActorImpl should have an "operations" property
[policy/models.git] / models-interactions / model-actors / actor.test / src / test / resources / serviceInvalidHttp.yaml
index b31e8e8..4161268 100644 (file)
@@ -25,5 +25,6 @@ httpClients:
   managed: true
 actors:
   MyActor:
-    MyOperationA: {}
-    MyOperationB: {}
\ No newline at end of file
+    operations:
+      MyOperationA: {}
+      MyOperationB: {}