Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
IamGianluca committed Oct 31, 2023
1 parent 4491429 commit 6f9321a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/end_to_end_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ async fn test_update_credentials_endpoint_fail_wrong_token() {
// given
rusty::adapters::utils::rebuild_db();
let app = test::init_service(App::new().service(rusty::update_credentials_endpoint)).await;
// let user_id = create_test_user_in_db();
let (user_id, _) = create_and_login_user();

// when
Expand Down

0 comments on commit 6f9321a

Please sign in to comment.