Skip to content

Commit 329a451

Browse files
committed
refactor: added missing import
1 parent 29db82f commit 329a451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web/api/v1/contexts/proxy/contract.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod authorization {
77
use crate::common::contexts::torrent::fixtures::random_torrent;
88
use crate::e2e::environment::TestEnv;
99
use crate::e2e::web::api::v1::contexts::torrent::steps::upload_torrent;
10-
use crate::e2e::web::api::v1::contexts::user::steps::new_logged_in_user;
10+
use crate::e2e::web::api::v1::contexts::user::steps::{new_logged_in_admin, new_logged_in_user};
1111

1212
#[tokio::test]
1313
async fn it_should_return_an_ok_response_when_a_guest_user_tries_to_get_a_proxied_image_by_url() {

0 commit comments

Comments
 (0)