Skip to content

Commit 0c75d43

Browse files
Fix Module Tests for Centos Stream 8/9 (#101)
1 parent 47c63cc commit 0c75d43

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cli_tools_tests/module/diskinspect/disk_inspect_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ func TestInspectDisk(t *testing.T) {
126126
Architecture: pb.Architecture_X64,
127127
DistroId: pb.Distro_CENTOS_STREAM,
128128
},
129-
BiosBootable: true,
130-
UefiBootable: false,
131-
OsCount: 1,
129+
OsCount: 1,
132130
},
133131
},
134132
{
@@ -141,9 +139,7 @@ func TestInspectDisk(t *testing.T) {
141139
Architecture: pb.Architecture_X64,
142140
DistroId: pb.Distro_CENTOS_STREAM,
143141
},
144-
BiosBootable: true,
145-
UefiBootable: false,
146-
OsCount: 1,
142+
OsCount: 1,
147143
},
148144
},
149145

0 commit comments

Comments
 (0)