We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254b46a commit 8a103c6Copy full SHA for 8a103c6
tests/e2e/web/api/v1/contexts/category/contract.rs
@@ -140,7 +140,7 @@ mod authorization {
140
use crate::e2e::web::api::v1::contexts::category::steps::add_random_category;
141
142
#[tokio::test]
143
- async fn it_should_not_allow_guest_users_to_add_tags() {
+ async fn it_should_not_allow_guest_users_to_add_categories() {
144
let mut env = TestEnv::new();
145
env.start(api::Version::V1).await;
146
0 commit comments