diff --git a/tests/e2e/web/api/v1/contexts/category/contract.rs b/tests/e2e/web/api/v1/contexts/category/contract.rs index 93727755..bbedbdec 100644 --- a/tests/e2e/web/api/v1/contexts/category/contract.rs +++ b/tests/e2e/web/api/v1/contexts/category/contract.rs @@ -140,7 +140,7 @@ mod authorization { use crate::e2e::web::api::v1::contexts::category::steps::add_random_category; #[tokio::test] - async fn it_should_not_allow_guest_users_to_add_tags() { + async fn it_should_not_allow_guest_users_to_add_categories() { let mut env = TestEnv::new(); env.start(api::Version::V1).await;