Skip to content

Commit

Permalink
test: follow-up to 14a1505: fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Mar 30, 2024
1 parent 14a1505 commit fe06d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ TEST_F(ssl_client, get_help)
" SYST TYPE USER XCUP XCWD XMKD XPWD XRMD ",
"214 Help command successful."));

check_reply(client.get_help("AUTH"), "AUTH <SP> TLS|SSL (set up secure control channel).");
check_reply(client.get_help("AUTH"), "214 Syntax: AUTH <SP> TLS|SSL (set up secure control channel).");

check_reply(client.disconnect(), "221 Goodbye.");
}
Expand Down

0 comments on commit fe06d4a

Please sign in to comment.