diff --git a/src/test/app/MPToken_test.cpp b/src/test/app/MPToken_test.cpp index 4a17d27f0e9..4da818617da 100644 --- a/src/test/app/MPToken_test.cpp +++ b/src/test/app/MPToken_test.cpp @@ -906,13 +906,13 @@ class MPToken_test : public beast::unit_test::suite {.ownerCount = 1, .holderCount = 0, .flags = tfMPTCanTransfer}); // issuer to holder - mptAlice.pay(alice, bob, 100, tecNO_AUTH); + mptAlice.pay(alice, bob, 100, tecNO_LINE); // holder to issuer - mptAlice.pay(bob, alice, 100, tecNO_AUTH); + mptAlice.pay(bob, alice, 100, tecNO_LINE); // holder to holder - mptAlice.pay(bob, carol, 50, tecNO_AUTH); + mptAlice.pay(bob, carol, 50, tecNO_LINE); } // Payer doesn't have enough funds