Bumped image with codegen (#428)

This commit is contained in:
Toporkov Igor 2019-10-10 18:57:47 +03:00 committed by GitHub
parent 2c544098f8
commit df67f55934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 20 deletions

View File

@ -19,7 +19,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
BASE_IMAGE_NAME := service-erlang
BASE_IMAGE_TAG := 294d280ff42e6c0cc68ab40fe81e76a6262636c4
BUILD_IMAGE_TAG := bdc05544014b3475c8e0726d3b3d6fc81b09db96
BUILD_IMAGE_TAG := c66dc597fdc30abcb7a6368ba7cc13c02151f8de
CALL_ANYWHERE := \
submodules \

View File

@ -1093,15 +1093,9 @@ search_invoices_ok_test(Config) ->
{invoiceID, <<"testInvoiceID">>},
{paymentID, <<"testPaymentID">>},
{payerFingerprint, <<"blablablalbalbal">>},
% %%@FIXME cannot be used until getting the newest api client
% swag generates an invalid regex
% {pattern, "/^\\d{6,8}$/"} instead of
% {pattern, "^\\d{6,8}$"} for the api
% the handler is fine
%
% {first6, <<"424242">>},
% {last4, <<"2222">>},
% {rrn, <<"090909090909">>},
{first6, <<"424242">>},
{last4, <<"2222">>},
{rrn, <<"090909090909">>},
{bankCardTokenProvider, <<"applepay">>},
{bankCardPaymentSystem, <<"visa">>},
{paymentAmount, 10000},
@ -1126,16 +1120,10 @@ search_payments_ok_test(Config) ->
{invoiceID, <<"testInvoiceID">>},
{paymentID, <<"testPaymentID">>},
{payerFingerprint, <<"blablablalbalbal">>},
% %%@FIXME cannot be used until getting the newest api client
% swag generates an invalid regex
% {pattern, "/^\\d{6,8}$/"} instead of
% {pattern, "^\\d{6,8}$"} for the api
% the handler is fine
%
% {first6, <<"424242">>},
% {last4, <<"2222">>},
% {rrn, <<"090909090909">>},
% {approvalCode, <<"808080">>},
{first6, <<"424242">>},
{last4, <<"2222">>},
{rrn, <<"090909090909">>},
{approvalCode, <<"808080">>},
{bankCardTokenProvider, <<"applepay">>},
{bankCardPaymentSystem, <<"visa">>},
{paymentAmount, 10000},