mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-21 11:02:50 +01:00
Compare commits
2 commits
15f872d82e
...
1644b3bec2
Author | SHA1 | Date | |
---|---|---|---|
|
1644b3bec2 | ||
|
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