weizhouapache commented on code in PR #8938:
URL: https://github.com/apache/cloudstack/pull/8938#discussion_r1572290467


##########
server/src/test/java/com/cloud/event/ActionEventInterceptorTest.java:
##########
@@ -172,6 +172,7 @@ public EventVO answer(InvocationOnMock invocation) throws 
Throwable {
         account.setId(ACCOUNT_ID);
         user = new UserVO(1, "testuser", "password", "firstname", "lastName", 
"email", "timezone",
                 UUID.randomUUID().toString(), User.Source.UNKNOWN);
+        CallContext.register(user, account);

Review Comment:
   good point @vishesh92 
   thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to