We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82a2ae commit ce3ae43Copy full SHA for ce3ae43
SendGrid/UnitTest/UnitTest.cs
@@ -11,7 +11,7 @@ namespace UnitTest
11
public class UnitTest
12
{
13
static string _baseUri = "https://api.sendgrid.com/";
14
- static string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User);
+ static string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY");
15
public Client client = new Client(_apiKey, _baseUri);
16
private static string _api_key_id = "";
17
0 commit comments