spelling: keyboard
This commit is contained in:
parent
933ac20e68
commit
eebe236587
|
@ -15,7 +15,7 @@ func TestPasswordKeyboardInteractive_Impl(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPasswordKeybardInteractive_Challenge(t *testing.T) {
|
func TestPasswordKeyboardInteractive_Challenge(t *testing.T) {
|
||||||
p := PasswordKeyboardInteractive("foo")
|
p := PasswordKeyboardInteractive("foo")
|
||||||
result, err := p("foo", "bar", []string{"one", "two"}, nil)
|
result, err := p("foo", "bar", []string{"one", "two"}, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue