SteNicholas commented on code in PR #129:
URL: 
https://github.com/apache/incubator-paimon-webui/pull/129#discussion_r1428987671


##########
paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/CatalogControllerTest.java:
##########
@@ -39,7 +39,7 @@
 @SpringBootTest
 @AutoConfigureMockMvc
 @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
-public class CatalogControllerTest extends ControllerTestBase {
+public class CatalogControllerTest extends MetadataTestBase {

Review Comment:
   Why does `CatalogControllerTest` extend `MetadataTestBase`? IMO, you could 
improve the `ControllerTestBase`.



-- 
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