mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
server/datastore: add missing err check in label creation test (#1683)
This commit is contained in:
parent
d2a7e38c85
commit
657494e504
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ func testSearchLabelsLimit(t *testing.T, db kolide.Datastore) {
|
|||
Name: "All Hosts",
|
||||
LabelType: kolide.LabelTypeBuiltIn,
|
||||
})
|
||||
require.Nil(t, err)
|
||||
|
||||
for i := 0; i < 15; i++ {
|
||||
_, err := db.NewLabel(&kolide.Label{
|
||||
|
|
|
|||
Loading…
Reference in a new issue