Minor: Fix failing test after command change
This commit is contained in:
parent
f66a8a5b06
commit
584a0bebbf
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user