diff options
Diffstat (limited to 'SendGrid/Tests/Transport/TestWebApi.cs')
-rw-r--r-- | SendGrid/Tests/Transport/TestWebApi.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Tests/Transport/TestWebApi.cs b/SendGrid/Tests/Transport/TestWebApi.cs index a06ca69..5e09b9d 100644 --- a/SendGrid/Tests/Transport/TestWebApi.cs +++ b/SendGrid/Tests/Transport/TestWebApi.cs @@ -15,6 +15,7 @@ namespace Transport private const string TestUsername = "username";
private const string TestPassword = "password";
+
[Test]
public void TestFetchFileBodies()
{
@@ -78,5 +79,6 @@ namespace Transport Assert.True(
result.Any(r => r.Key == "x-smtpapi" && r.Value == String.Format("{{\"category\" : \"{0}\"}}", categoryName)));
}
+
}
}
\ No newline at end of file |