We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516731 commit 06c5ccaCopy full SHA for 06c5cca
tests/e2e/web/api/v1/contexts/category/contract.rs
@@ -10,7 +10,7 @@ use crate::common::contexts::category::forms::{AddCategoryForm, DeleteCategoryFo
10
use crate::common::contexts::category::responses::ListResponse;
11
use crate::e2e::environment::TestEnv;
12
use crate::e2e::web::api::v1::contexts::category::steps::{add_category, add_random_category};
13
-use crate::e2e::web::api::v1::contexts::user::steps::{new_logged_in_admin, new_logged_in_user};
+use crate::e2e::web::api::v1::contexts::user::steps::new_logged_in_admin;
14
15
#[tokio::test]
16
async fn it_should_return_an_empty_category_list_when_there_are_no_categories() {
0 commit comments