Skip to content

Commit ce3ae43

Browse files
Adjust environment variable for Travis
1 parent e82a2ae commit ce3ae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SendGrid/UnitTest/UnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace UnitTest
1111
public class UnitTest
1212
{
1313
static string _baseUri = "https://api.sendgrid.com/";
14-
static string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User);
14+
static string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY");
1515
public Client client = new Client(_apiKey, _baseUri);
1616
private static string _api_key_id = "";
1717

0 commit comments

Comments
 (0)