gh-yzou commented on code in PR #1783:
URL: https://github.com/apache/polaris/pull/1783#discussion_r2124651632


##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/config/DefaultConfigurationStoreTest.java:
##########
@@ -97,51 +96,40 @@ public void before(TestInfo testInfo) {
             Clock.systemDefaultZone());
   }
 

Review Comment:
   Thanks for catching this! Removed



##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/config/DefaultConfigurationStoreTest.java:
##########
@@ -166,28 +154,24 @@ void testGetConfigurationWithRealm() {
 
   @Test
   public void testInjectedConfigurationStore() {
-    QuarkusMock.installMockForType(realmContext, RealmContext.class);
     // the default value for trueByDefaultKey is `true`
     boolean featureDefaultValue =

Review Comment:
   updated, 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: issues-unsubscr...@polaris.apache.org

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

Reply via email to