Skip to content

Commit

Permalink
Add test data for register userkeys (#99)
Browse files Browse the repository at this point in the history
* Add test data for register userkeys

* add newline
  • Loading branch information
Pearl1594 authored Dec 31, 2024
1 parent b8e58e9 commit bfc6c0c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/testdata/UserService.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,13 @@
"secretkey": "secret-key"
}
}
},
"registerUserKeys": {
"registeruserkeysresponse": {
"userkeys": {
"apikey": "hNfJi2dO5kwD6gTtYoifqu_4CSI3FcTtxc4MydW24PdJalv8mfTGsf425twAdLrIKX5IewfqIfYDEumO6-yRaw",
"secretkey": "zV8kAYlyY4H-rEDO-Ot-VVPjKteVcU4haQcdRarte9wuOUhko3uzcnnFqNii8xifcpbe0eWR6IHAXjVGB2m1Hw"
}
}
}
}
}

0 comments on commit bfc6c0c

Please sign in to comment.