about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/recipies
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:07:14 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:07:14 +0100
commitc91dce4f77ae12453203f0a28b91efb6533cc095 (patch)
tree4f50e755dff7f717d45309b08f9fe2c8c87f88bd /crates/rocie-server/tests/recipies
parentchore(rocie-client): Regenerate (diff)
downloadserver-c91dce4f77ae12453203f0a28b91efb6533cc095.zip
feat(rocie-server): Implement basic user handling and authentication
Diffstat (limited to 'crates/rocie-server/tests/recipies')
-rw-r--r--crates/rocie-server/tests/recipies/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rocie-server/tests/recipies/mod.rs b/crates/rocie-server/tests/recipies/mod.rs
index e8aa3c2..dfc8983 100644
--- a/crates/rocie-server/tests/recipies/mod.rs
+++ b/crates/rocie-server/tests/recipies/mod.rs
@@ -1,5 +1,5 @@
 use rocie_client::{
-    apis::{api_get_recipe_api::recipe_by_id, api_set_recipe_api::add_recipe},
+    apis::{api_get_auth_recipe_api::recipe_by_id, api_set_auth_recipe_api::add_recipe},
     models::RecipeStub,
 };
 
@@ -7,7 +7,7 @@ use crate::testenv::{TestEnv, init::function_name, log::request};
 
 #[tokio::test]
 async fn test_recipe_roundtrip() {
-    let env = TestEnv::new(function_name!());
+    let env = TestEnv::new(function_name!()).await;
 
     let recipe_id = request!(
         env,