Skip to content

Commit

Permalink
refactor: added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Nov 7, 2024
1 parent 29db82f commit 329a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/web/api/v1/contexts/proxy/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod authorization {
use crate::common::contexts::torrent::fixtures::random_torrent;
use crate::e2e::environment::TestEnv;
use crate::e2e::web::api::v1::contexts::torrent::steps::upload_torrent;
use crate::e2e::web::api::v1::contexts::user::steps::new_logged_in_user;
use crate::e2e::web::api::v1::contexts::user::steps::{new_logged_in_admin, new_logged_in_user};

#[tokio::test]
async fn it_should_return_an_ok_response_when_a_guest_user_tries_to_get_a_proxied_image_by_url() {
Expand Down

0 comments on commit 329a451

Please sign in to comment.