dimas-b commented on code in PR #590: URL: https://github.com/apache/polaris/pull/590#discussion_r1906132113
########## 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: Actually, it turned out fake GCP credentials are still required for test, but the error shows up only in GH CI, not in local runs. -- 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]
