Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed May 27, 2024
1 parent 9757eca commit 4441bad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions tests/responses/msmartcloud_login.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"code":0,
"data":{
"randomData": "ab527a62ed1caaa9f61b873475e5bfc336c18240d33a55d03721d8e3f14e10d8",
"uid": "1234567890abcdef1234567890abcdef",
"mdata": {
"accessToken": "1234567890abcdef1"
},
"accessToken": "ddfb3efba8121ee3a85a0d48ace6ba97c3f1d65a2c944f92fbe98985c3b759f2"
}
"code": 0,
"data": {
"randomData": "ab527a62ed1caaa9f61b873475e5bfc336c18240d33a55d03721d8e3f14e10d8",
"uid": "1234567890abcdef1234567890abcdef",
"mdata": {
"accessToken": "1234567890abcdef1"
},
"accessToken": "ddfb3efba8121ee3a85a0d48ace6ba97c3f1d65a2c944f92fbe98985c3b759f2"
}
}
10 changes: 5 additions & 5 deletions tests/responses/msmartcloud_login_id.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"code":0,
"data":{
"loginId": "returnedLoginId"
}
}
"code": 0,
"data": {
"loginId": "returnedLoginId"
}
}
10 changes: 5 additions & 5 deletions tests/responses/msmartcloud_reroute.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"code":0,
"data":{
"masUrl": "https://reroute.url/"
}
}
"code": 0,
"data": {
"masUrl": "https://reroute.url/"
}
}

0 comments on commit 4441bad

Please sign in to comment.