diff --git a/.ci-config/rippled.cfg b/.ci-config/rippled.cfg index b6b907c8d..57d39aebf 100644 --- a/.ci-config/rippled.cfg +++ b/.ci-config/rippled.cfg @@ -113,7 +113,6 @@ validators.txt # Devnet amendments as of June 28th, 2023 NegativeUNL fixRemoveNFTokenAutoTrustLine -NonFungibleTokensV1 CheckCashMakesTrustLine fixRmSmallIncreasedQOffers fixSTAmountCanonicalize @@ -202,7 +201,7 @@ PermissionedDomains SingleAssetVault fixFrozenLPTokenTransfer fixInvalidTxFlags -PermissionDelegation +PermissionDelegationV1_1 PermissionedDEX Batch TokenEscrow diff --git a/tests/integration/transactions/test_delegate_set.py b/tests/integration/transactions/test_delegate_set.py index 5e87c5e13..671a56432 100644 --- a/tests/integration/transactions/test_delegate_set.py +++ b/tests/integration/transactions/test_delegate_set.py @@ -43,8 +43,8 @@ async def test_delegation_with_no_permission(self, client): self.assertEqual(response.status, ResponseStatus.SUCCESS) # Sending a transaction without a delegate permission results in - # tecNO_DELEGATE_PERMISSION - self.assertEqual(response.result["engine_result"], "tecNO_DELEGATE_PERMISSION") + # terNO_DELEGATE_PERMISSION + self.assertEqual(response.result["engine_result"], "terNO_DELEGATE_PERMISSION") @test_async_and_sync(globals()) async def test_delegate_set_workflow(self, client): @@ -100,7 +100,7 @@ async def test_delegate_set_workflow(self, client): account_set, bob, client, check_fee=False ) self.assertEqual(response.status, ResponseStatus.SUCCESS) - self.assertEqual(response.result["engine_result"], "tecNO_DELEGATE_PERMISSION") + self.assertEqual(response.result["engine_result"], "terNO_DELEGATE_PERMISSION") # test ledger entry ledger_entry_response = await client.request(