Skip to content

Commit

Permalink
fix intg test
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyliu committed Nov 22, 2023
1 parent c717a15 commit fa243de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/integrationtests/integration_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa243de

Please sign in to comment.