mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 17:55:34 -04:00
implement small changes
This commit is contained in:
parent
f386dbc95f
commit
21c9cd6a26
7 changed files with 27 additions and 29 deletions
|
@ -155,9 +155,9 @@ func TestGenerateEmergencySSHCAKey(t *testing.T) {
|
|||
|
||||
_, err := GenerateEmergencySSHCAKey(tc.key)
|
||||
if tc.wantErr {
|
||||
assert.NotNil(err)
|
||||
assert.Error(err)
|
||||
} else {
|
||||
assert.Nil(err)
|
||||
assert.NoError(err)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue