[unit test] Complete FUSE unit tests #22

This commit is contained in:
2025-09-27 08:11:54 -05:00
parent 7c191552be
commit ae0ceb7040

View File

@@ -275,7 +275,7 @@ auto s3_provider::get_directory_item_count(const std::string &api_path) const
try {
const auto &cfg{get_s3_config()};
const auto is_encrypted{!cfg.encryption_token.empty()};
const auto is_encrypted{not cfg.encryption_token.empty()};
std::string key;
if (is_encrypted) {