refactor: Use tecPSEUDO_ACCOUNT instead of tecNO_PERMISSION where relevant

This commit is contained in:
Bart
2026-07-16 16:32:54 -04:00
committed by Ayaz Salikhov
parent 6c793edf72
commit e1dae5f775
8 changed files with 12 additions and 12 deletions

View File

@@ -580,7 +580,7 @@ struct Credentials_test : public beast::unit_test::Suite
return;
Account const vaultPseudo{"vault", sleVault->at(sfAccount)};
auto const expectedResult =
features[fixCleanup3_3_0] ? Ter(tecNO_PERMISSION) : Ter(tesSUCCESS);
features[fixCleanup3_3_0] ? Ter(tecPSEUDO_ACCOUNT) : Ter(tesSUCCESS);
env(credentials::create(vaultPseudo, issuer, credType), expectedResult);
env.close();