Skip to content

Commit 84448a4

Browse files
committed
Maintain consistency with auth response in helpers
1 parent 06ecc38 commit 84448a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mpesa-rust/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ macro_rules! get_mpesa_client {
4646
.and(query_param("grant_type", "client_credentials"))
4747
.respond_with(ResponseTemplate::new(200).set_body_json(json!({
4848
"access_token": "dummy_access_token",
49-
"expires_in": 3600
49+
"expires_in": "3600"
5050
})))
5151
.mount(&server)
5252
.await;

0 commit comments

Comments
 (0)