Remove error check for test machine
This commit is contained in:
parent
517b218337
commit
04036a99ce
@ -79,8 +79,7 @@ func TestTargetIndexSet(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
tt, err := TestMinimalTarget(t)
|
||||
require.NoError(t, err)
|
||||
tt := TestMinimalTarget(t)
|
||||
|
||||
tt.target.Name = "newName"
|
||||
updated, err := ti.Set(tt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user