chore: fix all linting (#24101)
This commit is contained in:
@@ -72,7 +72,7 @@ func TestQueryAppConfig(t *testing.T) {
|
||||
t.Parallel()
|
||||
f := initFixture(t)
|
||||
|
||||
res, err := f.appQueryClient.Config(f.ctx, &appv1alpha1.QueryConfigRequest{})
|
||||
res, err := f.appQueryClient.Config(f.ctx, &appv1alpha1.QueryConfigRequest{}) //nolint:staticcheck // used for testing the deprecated code
|
||||
assert.NilError(t, err)
|
||||
// app config is not nil
|
||||
assert.Assert(t, res != nil && res.Config != nil)
|
||||
|
||||
Reference in New Issue
Block a user