Skip to content

Commit

Permalink
Fix server E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Oct 12, 2023
1 parent df025db commit 62c93ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async fn plugin_layers_are_executed_in_registration_order() {
rcvr.expect_request()
};

app.call(request).await.unwrap();
app.call(request.into_http02x().unwrap()).await.unwrap();

let output_guard = output.lock().unwrap();
assert_eq!(output_guard.deref(), &vec!["first", "second"]);
Expand Down

0 comments on commit 62c93ed

Please sign in to comment.