This commit is contained in:
max furman 2019-09-19 13:17:23 -07:00
parent 81093c3080
commit fe7973c060
14 changed files with 19 additions and 45 deletions

View file

@ -260,13 +260,6 @@ func Test_caHandler_SignSSH(t *testing.T) {
})
assert.FatalError(t, err)
type fields struct {
Authority Authority
}
type args struct {
w http.ResponseWriter
r *http.Request
}
tests := []struct {
name string
req []byte