Skip to content

Commit 28e8fa7

Browse files
author
elbuo8
committed
changed test for passing
1 parent d4e9fd6 commit 28e8fa7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
bin/
2+
include/
3+
lib/
4+
.Python
15
build
26
dist
37
sdist

test/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def test_send(self):
2121
m.add_unique_arg('testUnique', 'uniqueValue')
2222
m.add_filter('testFilter', 'filter', 'filterValue')
2323
m.add_attachment_stream('testFile', 'fileValue')
24-
url = self.sg._build_url(m)
24+
self.sg.send(m)
25+
url = self.sg._build_body(m)
2526
url.pop('api_key', None)
2627
url.pop('api_user', None)
2728
url.pop('date', None)

0 commit comments

Comments
 (0)