undo previous change for unwritable

This commit is contained in:
Adam Outler
2025-11-23 23:19:12 +00:00
parent 5cd53bc8f9
commit 4770ee5942

View File

@@ -271,7 +271,7 @@ def create_test_scenarios() -> List[TestScenario]:
compose_file = f"docker-compose.mount-test.{path_name}_{scenario_name}.yml"
# Determine expected exit code
expected_exit_code = 1 if expected_issues and not (path_name == "active_config" and scenario_name == "unwritable") else 0
expected_exit_code = 1 if expected_issues else 0
scenarios.append(
TestScenario(