We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ecc38 commit 84448a4Copy full SHA for 84448a4
tests/mpesa-rust/helpers.rs
@@ -46,7 +46,7 @@ macro_rules! get_mpesa_client {
46
.and(query_param("grant_type", "client_credentials"))
47
.respond_with(ResponseTemplate::new(200).set_body_json(json!({
48
"access_token": "dummy_access_token",
49
- "expires_in": 3600
+ "expires_in": "3600"
50
})))
51
.mount(&server)
52
.await;
0 commit comments