fix test expectation in merchant-exchange-confusion
This commit is contained in:
parent
20611fe6e0
commit
c3f23d0eab
@ -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,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user