From d6c9466bf3d802ce1d2364cd6abb6348f512e5be Mon Sep 17 00:00:00 2001 From: Erica Date: Wed, 22 Nov 2023 10:14:06 -0800 Subject: [PATCH] gofmt --- internal/integrationtests/integration_tests.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/integrationtests/integration_tests.go b/internal/integrationtests/integration_tests.go index 9d3e79f82..14e5c268c 100644 --- a/internal/integrationtests/integration_tests.go +++ b/internal/integrationtests/integration_tests.go @@ -120,11 +120,11 @@ func (it *IntegrationTestsService) StartIntegrationTests(ctx context.Context, op log.Ctx(ctx).Info("Creating disbursement using server API") disbursement, err := it.serverAPI.CreateDisbursement(ctx, authToken, &data.PostDisbursementRequest{ - Name: opts.DisbursementName, - CountryCode: "USA", - WalletID: wallet.ID, - AssetID: asset.ID, - VerificationType: data.VerificationFieldDateOfBirth, + Name: opts.DisbursementName, + CountryCode: "USA", + WalletID: wallet.ID, + AssetID: asset.ID, + VerificationType: data.VerificationFieldDateOfBirth, VerificationValue: "2000-01-01", }) if err != nil {