Skip to content

Commit 3b2fd57

Browse files
format python
1 parent 9d607f1 commit 3b2fd57

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_config_startup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ def test_degraded_startup_continue(provider_exe: Path) -> None:
233233
health_map = {entry.device_id: entry for entry in health.get_health.devices}
234234
assert "bad0" in health_map, "Missing failed device bad0 in get_health"
235235
bad_state_name = protocol.DeviceHealth.State.Name(health_map["bad0"].state)
236-
assert bad_state_name == "STATE_UNREACHABLE", (
237-
f"Expected bad0 STATE_UNREACHABLE, got {bad_state_name}"
238-
)
236+
assert bad_state_name == "STATE_UNREACHABLE", f"Expected bad0 STATE_UNREACHABLE, got {bad_state_name}"
239237
assert "startup initialization failed" in health_map["bad0"].message
240238

241239
time.sleep(0.1)

0 commit comments

Comments
 (0)