diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-09 12:59:34 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-09 12:59:34 -0700 |
commit | 490c9b56f90349ba0f52adc800a305348c5d4c9f (patch) | |
tree | eb3ccfeb41f75d7d00098b27c44fc81a49e3ab6e /SendGrid/UnitTest/UnitTest.cs | |
parent | 11eaec053a4cdb2d132d412a938138181e31a713 (diff) | |
download | sendgrid-csharp-490c9b56f90349ba0f52adc800a305348c5d4c9f.zip sendgrid-csharp-490c9b56f90349ba0f52adc800a305348c5d4c9f.tar.gz sendgrid-csharp-490c9b56f90349ba0f52adc800a305348c5d4c9f.tar.bz2 |
Fix v3 /mail/send content
Diffstat (limited to 'SendGrid/UnitTest/UnitTest.cs')
-rw-r--r-- | SendGrid/UnitTest/UnitTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/UnitTest/UnitTest.cs b/SendGrid/UnitTest/UnitTest.cs index 28aebd2..c852e33 100644 --- a/SendGrid/UnitTest/UnitTest.cs +++ b/SendGrid/UnitTest/UnitTest.cs @@ -2230,7 +2230,7 @@ namespace UnitTest 'content': [ { 'type': 'text/html', - 'value': '<html><p>Hello, world!</p><img src='cid:ii_139db99fdb5c3704'></img></html>' + 'value': '<html><p>Hello, world!</p><img src=\\'cid:ii_139db99fdb5c3704\\'></img></html>' } ], 'custom_args': { |