diff --git a/lib/wallet/integration/src/Test/Integration/Scenario/API/Shared/Transactions.hs b/lib/wallet/integration/src/Test/Integration/Scenario/API/Shared/Transactions.hs index 63bd3d5316c..fced8155b4c 100644 --- a/lib/wallet/integration/src/Test/Integration/Scenario/API/Shared/Transactions.hs +++ b/lib/wallet/integration/src/Test/Integration/Scenario/API/Shared/Transactions.hs @@ -600,6 +600,15 @@ spec = describe "SHARED_TRANSACTIONS" $ do verify rDecodedTx3Wal1 (decodeConstructedTxSharedWal ++ witsExp2) verify rDecodedTx3Wal2 (decodeConstructedTxSharedWal ++ witsExp2) + signedTx3 <- + signSharedTx ctx sharedWal2 apiTx2 [ expectResponseCode HTTP.status202 ] + + -- Submit tx + submittedTx <- submitSharedTxWithWid ctx sharedWal1 signedTx3 + verify submittedTx + [ expectSuccess + , expectResponseCode HTTP.status202 + ] where fundSharedWallet ctx amt walShared = do