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.
main
1 parent c9efc6c commit a82ff61Copy full SHA for a82ff61
runtime/service/src/test/java/org/apache/polaris/service/catalog/AbstractPolicyCatalogTest.java
@@ -194,7 +194,7 @@ public void before(TestInfo testInfo) {
194
metaStoreManager,
195
userSecretsManager,
196
securityContext,
197
- new PolarisAuthorizerImpl(callContext.getRealmConfig()),
+ new PolarisAuthorizerImpl(polarisContext.getRealmConfig()),
198
reservedProperties);
199
200
String storageLocation = "s3://my-bucket/path/to/data";
0 commit comments