EricGao888 commented on code in PR #13936:
URL: 
https://github.com/apache/dolphinscheduler/pull/13936#discussion_r1169422336


##########
dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api.test/cases/TenantAPITest.java:
##########
@@ -79,7 +79,7 @@ public void testDuplicateCreateTenant() {
 
         HttpResponse createTenantHttpResponse = 
tenantPage.createTenant(sessionId, tenant, 1, "");
 
-        Assertions.assertFalse(createTenantHttpResponse.body().success());
+        
Assertions.assertFalse(createTenantHttpResponse.getBody().getSuccess());

Review Comment:
   `body()` is neater maybe. It seems the configurations of `lombok` are 
different in `api test` and `e2e` module from those in other modules. I want 
them to be consistent.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to