dimas-b commented on code in PR #590: URL: https://github.com/apache/polaris/pull/590#discussion_r1906090085
########## dropwizard/service/src/test/resources/polaris-server-integrationtest.yml: ########## @@ -162,3 +162,8 @@ tokenBucketFactory: type: default requestsPerSecond: 9999 windowSeconds: 10 + +# Fake GCP credentials for tests that do not need access to storage +gcp_credentials: + access_token: "abc" + expires_in: 12345 Review Comment: Good catch! These used to be required by [PolarisManagementServiceIntegrationTest](https://github.com/apache/polaris/pull/590/files#diff-be5c2d3414426b532961e535906e3cae9527aa1d0e4095266dc27cbb8a775fe4L128), but that is no longed necessary after #612. Removed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
