Skip to content

Commit 3d35915

Browse files
committed
Fix soft-merge conflict on main
1 parent c9efc6c commit 3d35915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/service/src/test/java/org/apache/polaris/service/catalog/AbstractPolicyCatalogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void before(TestInfo testInfo) {
194194
metaStoreManager,
195195
userSecretsManager,
196196
securityContext,
197-
new PolarisAuthorizerImpl(callContext.getRealmConfig()),
197+
new PolarisAuthorizerImpl(realmConfig),
198198
reservedProperties);
199199

200200
String storageLocation = "s3://my-bucket/path/to/data";

0 commit comments

Comments
 (0)