We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c63cc commit 0c75d43Copy full SHA for 0c75d43
cli_tools_tests/module/diskinspect/disk_inspect_test.go
@@ -126,9 +126,7 @@ func TestInspectDisk(t *testing.T) {
126
Architecture: pb.Architecture_X64,
127
DistroId: pb.Distro_CENTOS_STREAM,
128
},
129
- BiosBootable: true,
130
- UefiBootable: false,
131
- OsCount: 1,
+ OsCount: 1,
132
133
134
{
@@ -141,9 +139,7 @@ func TestInspectDisk(t *testing.T) {
141
139
142
140
143
144
145
146
147
148
149
0 commit comments