fix test expectation in merchant-exchange-confusion

This commit is contained in:
Florian Dold 2021-08-04 18:40:39 +02:00
parent 20611fe6e0
commit c3f23d0eab
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -211,6 +211,8 @@ export async function runMerchantExchangeConfusionTest(t: GlobalTestState) {
const proposalId = preparePayResp.proposalId; const proposalId = preparePayResp.proposalId;
console.log("requesting", publicOrderStatusUrl);
publicOrderStatusResp = await axios.get(publicOrderStatusUrl, { publicOrderStatusResp = await axios.get(publicOrderStatusUrl, {
validateStatus: () => true, validateStatus: () => true,
}); });