mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-21 11:02:50 +01:00
fix(tests): Specifify test http port
This commit is contained in:
parent
ca708860bc
commit
1f0a1ca5be
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async fn basic_login_oidc() {
|
|||
|
||||
let server = axum_test::TestServerConfig::builder()
|
||||
.save_cookies()
|
||||
.http_transport()
|
||||
.http_transport_with_ip_port(Some("127.0.0.1".parse().unwrap()), Some(3000))
|
||||
.build_server(app)
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Reference in a new issue