Skip to content

Commit 3ea4733

Browse files
committed
tests: Fix signal name in the test comment
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 4250532 commit 3ea4733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/channel_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_send_signal(ssh_channel):
109109
ssh_channel.poll(timeout=POLL_TIMEOUT)
110110
output += ssh_channel.recv().decode('utf-8')
111111

112-
# Send SIGINT
112+
# Send SIGUSR1
113113
ssh_channel.send_signal(signal.SIGUSR1)
114114

115115
rc = -1

0 commit comments

Comments
 (0)