summaryrefslogtreecommitdiffstats
path: root/SendGrid/UnitTest/UnitTest.cs
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-05-31 16:10:25 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-05-31 16:10:25 -0700
commit4c818bfccdb841ca36be07aadf3eed4bd1edf354 (patch)
treea078b5c459b706c68ea2e2b0100f39a813fdeccf /SendGrid/UnitTest/UnitTest.cs
parent92f74a398ea4b6682c8dd8d9ab3e35404f5d2bd6 (diff)
downloadsendgrid-csharp-4c818bfccdb841ca36be07aadf3eed4bd1edf354.zip
sendgrid-csharp-4c818bfccdb841ca36be07aadf3eed4bd1edf354.tar.gz
sendgrid-csharp-4c818bfccdb841ca36be07aadf3eed4bd1edf354.tar.bz2
Typo
Diffstat (limited to 'SendGrid/UnitTest/UnitTest.cs')
-rw-r--r--SendGrid/UnitTest/UnitTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/UnitTest/UnitTest.cs b/SendGrid/UnitTest/UnitTest.cs
index 2875e22..106f714 100644
--- a/SendGrid/UnitTest/UnitTest.cs
+++ b/SendGrid/UnitTest/UnitTest.cs
@@ -238,7 +238,7 @@ namespace UnitTest
public class v3WebAPI
{
static string _apiKey = "SendGrid API Key";
- host = "https://e9sk3d3bfaikbpdq7.stoplight-proxy.io"
+ host = "https://e9sk3d3bfaikbpdq7.stoplight-proxy.io";
public dynamic sg = new SendGrid.SendGridAPIClient(_apiKey, host);
[Test]
public void test_access_settings_activity_get()