We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eacecd commit 07b0e72Copy full SHA for 07b0e72
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/GetConfigTest.java
@@ -94,7 +94,8 @@ public void testGetConfig(boolean enableGenericTable) {
94
.doesNotContain(PolarisEndpoints.V1_CREATE_GENERIC_TABLE);
95
assertThat(configResponse.endpoints())
96
.doesNotContain(PolarisEndpoints.V1_DELETE_GENERIC_TABLE);
97
- assertThat(configResponse.endpoints()).doesNotContain(PolarisEndpoints.V1_LIST_GENERIC_TABLES);
+ assertThat(configResponse.endpoints())
98
+ .doesNotContain(PolarisEndpoints.V1_LIST_GENERIC_TABLES);
99
assertThat(configResponse.endpoints()).doesNotContain(PolarisEndpoints.V1_LOAD_GENERIC_TABLE);
100
}
101
0 commit comments