fix(tests): fix port
This commit is contained in:
parent
b59c9c45fa
commit
d28acb3895
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ mod tests {
|
||||||
.with_state(state);
|
.with_state(state);
|
||||||
|
|
||||||
axum::serve(
|
axum::serve(
|
||||||
TcpListener::bind("0.0.0.0:8002").await.unwrap(),
|
TcpListener::bind("0.0.0.0:8001").await.unwrap(),
|
||||||
app.into_make_service(),
|
app.into_make_service(),
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue