mirror of https://github.com/databricks/cli.git
fix test - add missing Chdir
This commit is contained in:
parent
1ac400114e
commit
004d0df9fe
|
@ -62,6 +62,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
|
|||
}
|
||||
|
||||
tmpDir := t.TempDir()
|
||||
testutil.Chdir(t, tmpDir)
|
||||
|
||||
opts := pythontest.VenvOpts{
|
||||
PythonVersion: pythonVersion,
|
||||
|
|
Loading…
Reference in New Issue