Skip to content

Commit 013c073

Browse files
committed
DEVX-624: fixing test for CI
1 parent 588e2e6 commit 013c073

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
@@ -50,7 +50,7 @@ public void createAndGetTransactionTest() {
5050
.application(a -> a.key("demo-commercetools-checkout"))
5151
.cart(c -> c.id(cart.getId()))
5252
.plusTransactionItems(t -> t.amount(a -> a.centAmount(100).currencyCode("EUR"))
53-
.paymentIntegration(p -> p.key("sample-invoice-payment")))
53+
.paymentIntegration(p -> p.key("ci-payment-integration")))
5454
.build()
5555

5656
)

0 commit comments

Comments
 (0)