ci(deps): enable require-error rule from testifylint linter (#6718)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-20 09:12:43 +02:00
committed by GitHub
parent 65b8a40d0d
commit bbaf5952bc
103 changed files with 226 additions and 196 deletions

View File

@@ -191,7 +191,7 @@ func TestManager_Install(t *testing.T) {
require.ErrorContains(t, err, tt.wantErr)
return
}
assert.NoError(t, err)
require.NoError(t, err)
assert.EqualExportedValues(t, tt.want, got)
if tt.wantFile != "" {