mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 15:47:38 +01:00
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…
Reference in New Issue
Block a user