Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): update NIOTest to ensure LocalStorageHelper is used (#552)
When starting a test, there is a `gs://` uri which is referenced before any unit test level configuration of CloudStorageFileSystemProvider. If NIOTest runs as the first test in the JVM, CloudStorageFileSystemProvider will initialize internally using all default options (which are production endpoints). This fix ensures that before the `gs://` uri is resolved in the NIOTests that LocalStorageHelper is configured rather than defaults.
- Loading branch information