Skip to content

Commit

Permalink
Merge pull request #3682 from alphagov/PP-13430-un_ignore_pact_test
Browse files Browse the repository at this point in the history
PP-13430 unignore pact test
  • Loading branch information
SandorArpa authored Dec 19, 2024
2 parents 56257aa + e7d5be9 commit e38fd2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import au.com.dius.pact.consumer.junit.PactVerification;
import au.com.dius.pact.core.model.annotations.Pact;
import au.com.dius.pact.core.model.messaging.MessagePact;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import uk.gov.pay.ledger.app.LedgerConfig;
Expand All @@ -29,7 +28,6 @@
import static org.mockito.Mockito.mock;
import static uk.gov.pay.ledger.util.fixture.QueuePaymentEventFixture.aQueuePaymentEventFixture;

@Ignore
public class Requested3dsExemptionQueueConsumerIT {
@Rule
public MessagePactProviderRule mockProvider = new MessagePactProviderRule(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public QueuePaymentEventFixture withDefaultEventDataForEventType(String eventTyp
eventData = gsonBuilder.create().toJson(Map.of("email", "[email protected]"));
break;
case "REQUESTED_3DS_EXEMPTION":
eventData = gsonBuilder.create().toJson(Map.of("type", "OPTIMISED"));
eventData = gsonBuilder.create().toJson(Map.of("exemption_3ds_requested", "OPTIMISED"));
break;
case "GATEWAY_3DS_EXEMPTION_RESULT_OBTAINED":
eventData = gsonBuilder.create().toJson(Map.of("exemption3ds", "HONOURED"));
Expand Down

0 comments on commit e38fd2c

Please sign in to comment.