Skip to content

Commit

Permalink
Async dynamic shovel test: make sure to clean up the virtual host used
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 1, 2025
1 parent 1685503 commit b77234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/async_dynamic_shovel_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ async fn test_async_delete_a_dynamic_amqp091_shovel() {
let result4 = rc.delete_shovel(&vh, &sh, true).await;
assert!(result4.is_ok());

let _ = rc.delete_vhost(vh_params.name, false);
let _ = rc.delete_vhost(vh_params.name, false).await;
}

0 comments on commit b77234d

Please sign in to comment.