mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Fix operator keygen test to check for 32 bytes
This commit is contained in:
@@ -22,7 +22,7 @@ func TestKeygenCommand(t *testing.T) {
|
||||
t.Fatalf("err: %s", err)
|
||||
}
|
||||
|
||||
if len(result) != 16 {
|
||||
if len(result) != 32 {
|
||||
t.Fatalf("bad: %#v", result)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user