diff --git a/internal/integrationtests/integration_tests.go b/internal/integrationtests/integration_tests.go index f96c69c3e..9d3e79f82 100644 --- a/internal/integrationtests/integration_tests.go +++ b/internal/integrationtests/integration_tests.go @@ -124,6 +124,8 @@ func (it *IntegrationTestsService) StartIntegrationTests(ctx context.Context, op CountryCode: "USA", WalletID: wallet.ID, AssetID: asset.ID, + VerificationType: data.VerificationFieldDateOfBirth, + VerificationValue: "2000-01-01", }) if err != nil { return fmt.Errorf("error creating disbursement: %w", err)