Skip to content

Commit 9df35be

Browse files
committed
Remove unused line
1 parent be3e65f commit 9df35be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ def test_lastlog(sample_iocs, monkeypatch, capsys):
302302

303303

304304
def test_lastlog_no_log_file(sample_iocs, monkeypatch):
305-
sample_iocs / "var" / "log" / "softioc" / "ioc4.log"
306-
307305
with pytest.raises(RuntimeError, match="No log file found for IOC 'ioc4'"):
308306
cmds.lastlog("ioc4")
309307

0 commit comments

Comments
 (0)