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

This commit is contained in:
cxymds
2026-09-07 23:21:30 +08:00
committed by GitHub
parent e95a0ed6d9
commit 7373a5902e
+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