mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
ec19fe21dc
commit
cf04ef8550
|
@ -22,5 +22,5 @@ func TestNotSpecifyingVolumeForWindowsPathErrors(t *testing.T) {
|
||||||
assert.Equal(t, `/foo/bar`, path)
|
assert.Equal(t, `/foo/bar`, path)
|
||||||
|
|
||||||
_, _, err = filerForPath(ctx, pathWOVolume)
|
_, _, err = filerForPath(ctx, pathWOVolume)
|
||||||
assert.Equal(t, "no volume specfied for path: uno/dos", err.Error())
|
assert.Equal(t, "no volume specified for path: uno/dos", err.Error())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue