fix(ci): use test-domain facade in delete-marker regression

This commit is contained in:
overtrue
2026-09-08 00:14:56 +08:00
parent f2fe159467
commit 7832779eee
+1 -1
View File
@@ -1237,7 +1237,7 @@ mod tests {
store
.update_bucket_metadata_config(
&bucket,
crate::app::storage_api::bucket::metadata::BUCKET_VERSIONING_CONFIG,
crate::app::storage_api::test::bucket::metadata::BUCKET_VERSIONING_CONFIG,
b"<VersioningConfiguration><Status>Suspended</Status></VersioningConfiguration>".to_vec(),
)
.await