You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Upgrade chrono and replace deprecated methods usage
This commit is contained in:
@@ -174,7 +174,7 @@ async fn pass_pushed_authorization_request() {
|
||||
.respond_with(
|
||||
ResponseTemplate::new(200).set_body_json(PushedAuthorizationResponse {
|
||||
request_uri: REQUEST_URI.to_owned(),
|
||||
expires_in: Duration::seconds(30),
|
||||
expires_in: Duration::microseconds(30 * 1000 * 1000),
|
||||
}),
|
||||
)
|
||||
.mount(&mock_server)
|
||||
|
Reference in New Issue
Block a user