diff --git a/exercises/19_ssh_telnet/task_19_2c.py b/exercises/19_ssh_telnet/task_19_2c.py index 34c9b57..da126e8 100644 --- a/exercises/19_ssh_telnet/task_19_2c.py +++ b/exercises/19_ssh_telnet/task_19_2c.py @@ -50,7 +50,7 @@ ''' # списки команд с ошибками и без: -commands_with_errors = ['logging 0255.255.1', 'logging', 'i'] +commands_with_errors = ['logging 0255.255.1', 'logging', 'a'] correct_commands = ['logging buffered 20010', 'ip http server'] commands = commands_with_errors + correct_commands