mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-04 22:37:27 +00:00
test: 添加两个完整的单元测试.
本次提交添加(补充) GroovyTriggerProvider 和 SshAuthInfoSerializer 的完整单元测试类.
This commit is contained in:
9
src/test/resources/ssh-auth/BadServerKeyField.json
Normal file
9
src/test/resources/ssh-auth/BadServerKeyField.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"username": "opc",
|
||||
"authType": "Public_Key",
|
||||
"serverKey": {
|
||||
"msg": "badServerKeyField"
|
||||
},
|
||||
"privateKeyPath": "~/.ssh/id_rsa",
|
||||
"keyPassword": "123456"
|
||||
}
|
Reference in New Issue
Block a user