Skip to content

Commit 5929e6a

Browse files
committed
DEVX-624: fixing test for CI
1 parent 052f24c commit 5929e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commercetools/commercetools-sdk-java-checkout/src/integrationTest/java/com/commercetools/checkout/defaultconfig/CheckoutIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void createAndGetTransactionTest() {
5656
.cart(c -> c.id(cart.getId()))
5757
.plusTransactionItems(t -> t
5858
.amount(a -> a.centAmount(100).currencyCode("EUR"))
59-
.paymentIntegration(p -> p.key("sample-invoice-payment")))
59+
.paymentIntegration(p -> p.key("ci-payment-integration")))
6060
.build()
6161

6262
).executeBlocking().getBody();

0 commit comments

Comments
 (0)