aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 19:12:05 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 19:12:51 +0100
commitd18c5ad0ffc9ffe3ec38d234445ef1a826a57e67 (patch)
tree3c9a984177a5f69ffea084ac584eadb16ac644ee /src/api
parent3d5e9a027e67a924edffe300e06122cc4a24e02d (diff)
downloadgarage-d18c5ad0ffc9ffe3ec38d234445ef1a826a57e67.tar.gz
garage-d18c5ad0ffc9ffe3ec38d234445ef1a826a57e67.zip
fix tests
Diffstat (limited to 'src/api')
-rw-r--r--src/api/s3/copy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/s3/copy.rs b/src/api/s3/copy.rs
index e4992a18..07d50ea5 100644
--- a/src/api/s3/copy.rs
+++ b/src/api/s3/copy.rs
@@ -863,7 +863,7 @@ pub struct CopyPartResult {
#[cfg(test)]
mod tests {
use super::*;
- use crate::s3::xml::to_xml_with_header;
+ use crate::xml::to_xml_with_header;
#[test]
fn copy_object_result() -> Result<(), Error> {