fix lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-25 20:56:21 +03:00
parent 085589a938
commit 126ec4cb88
10 changed files with 18 additions and 11 deletions

View File

@@ -26,10 +26,8 @@ func Run(t *testing.T, provider config.Provider, read []Read) {
val, err := provider.Value(ctx, read.Key...)
require.NoError(t, err, read.Key)
read.Assert(t, val)
})
}
}
type Read struct {