about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/_testenv/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/tests/_testenv/mod.rs')
-rw-r--r--crates/rocie-server/tests/_testenv/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-server/tests/_testenv/mod.rs b/crates/rocie-server/tests/_testenv/mod.rs
index a37925e..56cea71 100644
--- a/crates/rocie-server/tests/_testenv/mod.rs
+++ b/crates/rocie-server/tests/_testenv/mod.rs
@@ -4,7 +4,7 @@ use std::{path::PathBuf, process};
 
 use rocie_client::apis::configuration::Configuration;
 
-mod init;
+pub(crate) mod init;
 pub(crate) mod log;
 
 /// Environment for the integration tests.