Skip to content
Snippets Groups Projects
Commit edb211d4 authored by tranoris's avatar tranoris
Browse files

fix for #60

parent 55ce2ecf
No related branches found
No related tags found
2 merge requests!59MR for Release 2024Q4,!52MR for fixing #60
Pipeline #10751 passed
......@@ -247,6 +247,7 @@ public class ServiceRepoServiceTest {
ResourceRef firstResourceRef = resourceRefList.get(0);
Resource resource = resourceRepoService.findByUuid(firstResourceRef.getId());
resource.setResourceStatus(ResourceStatusType.STANDBY);
ResourceStateChangeNotification resourceCreateNotification = new ResourceStateChangeNotification();
ResourceStateChangeEvent event = new ResourceStateChangeEvent();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment