Minor: Fix failing test after command change

This commit is contained in:
ljacqu 2018-03-20 23:13:48 +01:00
parent f66a8a5b06
commit 584a0bebbf

View File

@ -126,7 +126,7 @@ public class HelpTranslationGeneratorIntegrationTest {
// Check /login // Check /login
checkDescription(configuration.get("commands.login"), "Login command", "/login detailed desc."); checkDescription(configuration.get("commands.login"), "Login command", "/login detailed desc.");
checkArgs(configuration.get("commands.login"), arg("loginArg", "Login password"), arg("2faArg", "TOTP code")); checkArgs(configuration.get("commands.login"), arg("loginArg", "Login password"));
// Check /unregister // Check /unregister
checkDescription(configuration.get("commands.unregister"), "unreg_desc", "unreg_detail_desc"); checkDescription(configuration.get("commands.unregister"), "unreg_desc", "unreg_detail_desc");