This commit is contained in:
pomidorry
2026-06-07 20:09:03 +03:00
parent 9d4c76a5e1
commit 3e1102a25a
-1
View File
@@ -51,4 +51,3 @@ func TestMigrateOptionsSSHKeyOwnerIDRoundtrip(t *testing.T) {
assert.NoError(t, json.Unmarshal(data, &got))
assert.Equal(t, int64(42), got.SSHKeyOwnerID)
}