about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/_testenv
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/tests/_testenv')
-rw-r--r--crates/rocie-server/tests/_testenv/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-server/tests/_testenv/init.rs b/crates/rocie-server/tests/_testenv/init.rs
index 5318238..37d50ff 100644
--- a/crates/rocie-server/tests/_testenv/init.rs
+++ b/crates/rocie-server/tests/_testenv/init.rs
@@ -114,7 +114,7 @@ impl TestEnv {
     pub(crate) async fn new(name: &'static str) -> TestEnv {
         let env = Self::new_no_login(name);
 
-         request!(
+        request!(
             env,
             provision(UserStub {
                 description: Some("Test user, used during test runs".to_string()),