Correlations: improve test (#75370)

* Correlations: improve test

* re-add err check
pull/75438/head
Giordano Ricci 2 years ago committed by GitHub
parent 3bd9bfe2be
commit 1aa911dee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/tests/api/correlations/correlations_read_test.go

@ -119,6 +119,7 @@ func TestIntegrationReadCorrelation(t *testing.T) {
TargetUID: &dsWithoutCorrelations.UID,
},
})
require.NoError(t, err)
require.Equal(t, int64(2), created)
return err
})

Loading…
Cancel
Save