Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an explicit fake and expired token as input to the Iceberg's `AuthSession` to force it to obtain a real token from Polaris at session creation time. This is a follow-up to #629. Before that PR, the test depended heavily on Iceberg's `AuthSession` code. It still depends on that, but to a lesser extent. Now, the input token is already expired, so the test only needs to validate that a new token was obtained.
- Loading branch information