Skip to content

Commit

Permalink
Fix tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kanterov committed Jun 18, 2024
1 parent 48d9328 commit ebca927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/mutator/python/apply_python_mutator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestApplyPythonMutator_preinit_disallowed(t *testing.T) {

ctx := withProcessStub(
[]string{
".venv/bin/python3",
interpreterPath(".venv"),
"-m",
"databricks.bundles.build",
"--phase",
Expand Down

0 comments on commit ebca927

Please sign in to comment.