Skip to content

Commit

Permalink
Fix websockets error
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Jan 28, 2024
1 parent e28a9c9 commit b619a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum/src/extract/ws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ mod tests {

use super::*;
use crate::{body::Body, routing::get, test_helpers::spawn_service, Router};
use futures_util::sink::SinkExt;
use http::{Request, Version};
use tokio_tungstenite::tungstenite;
use tower::ServiceExt;
Expand Down

0 comments on commit b619a49

Please sign in to comment.