mirror of https://github.com/databricks/cli.git
lint
This commit is contained in:
parent
8202aafc78
commit
4743095adc
|
@ -97,7 +97,7 @@ func TestTemplateResolverForCustomPath(t *testing.T) {
|
|||
tmpl, err := r.Resolve(context.Background())
|
||||
require.NoError(t, err)
|
||||
|
||||
assert.Equal(t, Custom, tmpl.name,)
|
||||
assert.Equal(t, Custom, tmpl.name)
|
||||
|
||||
// Assert reader configuration
|
||||
assert.Equal(t, "/custom/path", tmpl.Reader.(*localReader).path)
|
||||
|
|
Loading…
Reference in New Issue