Skip to content

Commit 48bb74a

Browse files
committed
PP-7609 - Rename externalId so that it is 26 characters
Description: - This PR renames the externalId in Gateway3dsExemptionResultObtainedEventQueueContractTest to exemptionResult_externalId so that it is 26 characters. The previous version was 44 characters which caused a PSQLException when the Pact test was run
1 parent 761f3c6 commit 48bb74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/uk/gov/pay/ledger/pact/Gateway3dsExemptionResultObtainedEventQueueContractTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Gateway3dsExemptionResultObtainedEventQueueContractTest {
3636
);
3737

3838
private byte[] currentMessage;
39-
private String externalId = "gateway3dsExemptionResultObtained_externalId";
39+
private String externalId = "exemptionResult_externalId";
4040
private ZonedDateTime eventDate = ZonedDateTime.parse("2018-03-12T16:25:01.123456Z");
4141

4242
@Pact(provider = "connector", consumer = "ledger")

0 commit comments

Comments
 (0)