Skip to content

Commit

Permalink
fix AdminKycProxy.Tests (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Oct 17, 2023
1 parent 14c45f7 commit 553a016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AdminKycProxy.Tests/LambdaFunctionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class LambdaFunctionTests
{
public LambdaFunctionTests()
{
Environment.SetEnvironmentVariable("DOWNLOADED_FROM", "0");
Environment.SetEnvironmentVariable("SECRET_ID", "SecretId");
Environment.SetEnvironmentVariable("SECRET_API_KEY", "SecretApiKey");
Environment.SetEnvironmentVariable("KYC_URL", "https://kyc.blockpass.org/kyc/1.0/connect/ClientId/applicants");
Expand Down

0 comments on commit 553a016

Please sign in to comment.