Skip to content

Commit

Permalink
fix: Enable idempotency test for B
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 3, 2023
1 parent e95024d commit e897411
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ FeatureHelper.describeFeature(module, {
// Set up tests
FlowStageUtils.describeRunAndCheckIsSuccessfulAndValid(fetchOpportunities);
FlowStageUtils.describeRunAndCheckIsSuccessfulAndValid(bookRecipe);
// Remove this condition once https://github.com/openactive/OpenActive.Server.NET/issues/100 is fixed.
if (bookingFlow === 'OpenBookingApprovalFlow') {
describe('idempotent repeat B', () => {
FlowStageUtils.describeRunAndCheckIsSuccessfulAndValid(idempotentRepeatB);
});
}
describe('idempotent repeat B', () => {
FlowStageUtils.describeRunAndCheckIsSuccessfulAndValid(idempotentRepeatB);
});
});

0 comments on commit e897411

Please sign in to comment.