diff --git a/pkg/tools/filesystem_test.go b/pkg/tools/filesystem_test.go index 1b4bd6fff..b6b93db7f 100644 --- a/pkg/tools/filesystem_test.go +++ b/pkg/tools/filesystem_test.go @@ -544,6 +544,7 @@ func TestConcurrencyUpgradeable(t *testing.T) { // Ensure the internal fs is now a *ConcurrentFS _, isConcurrent := upgradedReadTool.fs.(*ConcurrentFS) assert.True(t, isConcurrent, "Internal fileSystem should be upgraded to *ConcurrentFS") +} // TestWhitelistFs_AllowsMatchingPaths verifies that whitelistFs allows access to // paths matching the whitelist patterns while blocking non-matching paths. func TestWhitelistFs_AllowsMatchingPaths(t *testing.T) {