Skip to content

Commit e70043f

Browse files
committed
tests: Remove WIP test code
1 parent 40c2908 commit e70043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_command_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def test_heartbeat():
989989
logger.setLevel(logging.ERROR)
990990

991991
exit_code, _ = command_runner(
992-
PING_CMD_10S + " -n 10", heartbeat=2, shell=False
992+
PING_CMD_10S, heartbeat=2, shell=False
993993
)
994994
log_contents = tail.contents()
995995
print("LOGS\n", log_contents)

0 commit comments

Comments
 (0)