eric-maynard commented on code in PR #1884: URL: https://github.com/apache/polaris/pull/1884#discussion_r2144147716
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/admin/ManagementServiceTest.java: ########## @@ -132,6 +134,7 @@ public void testUpdateCatalogWithDisallowedStorageConfig() { .catalogsApi() .createCatalog( new CreateCatalogRequest(catalog), + Mockito.mock(HttpHeaders.class), Review Comment: Yeah I would love to, but there's nothing actually consuming the headers right now... in a sense, the template change is the actual change, and the test is that we needed to update all the other files in order to make things pass. -- 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