feat: enable azblob tests (#1765)

* feat: enable azblob tests

* fix: add missing arg
This commit is contained in:
Weny Xu
2023-06-13 16:44:57 +09:00
committed by GitHub
parent 420ae054b3
commit 803940cfa4

View File

@@ -21,7 +21,7 @@ mod sql;
#[macro_use]
mod region_failover;
grpc_tests!(File, S3, S3WithCache, Oss);
http_tests!(File, S3, S3WithCache, Oss);
region_failover_tests!(File, S3, S3WithCache, Oss);
grpc_tests!(File, S3, S3WithCache, Oss, Azblob);
http_tests!(File, S3, S3WithCache, Oss, Azblob);
region_failover_tests!(File, S3, S3WithCache, Oss, Azblob);
sql_tests!(File);