Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 11, 2024
1 parent 44334a3 commit 0a76441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/metal-api/internal/grpc/boot-service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ func TestBootService_Register(t *testing.T) {
testdata.InitMockDBData(mock)

req := &v1.BootServiceRegisterRequest{
Uuid: tt.uuid,
Uuid: tt.uuid,
PartitionId: "1",
Hardware: &v1.MachineHardware{
Memory: tt.memory,
Disks: []*v1.MachineBlockDevice{
Expand Down

0 comments on commit 0a76441

Please sign in to comment.