Skip to content

Commit a5c57bc

Browse files
SCANPY-327 Fixed additional test after rebasing on master.
1 parent 3d22547 commit a5c57bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_configuration_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def test_load_pyproject_toml_from_toml_path_with_file(self, mock_get_os, mock_ge
363363
SONAR_SCANNER_ARCH: Arch.X64.value,
364364
TOML_PATH: "custom/path/pyproject.toml",
365365
SONAR_SCANNER_JAVA_HEAP_SIZE: "8000Mb",
366+
SONAR_SCANNER_DRY_RUN: False,
366367
}
367368
self.assertDictEqual(configuration, expected_configuration)
368369

0 commit comments

Comments
 (0)