Skip to content

Commit

Permalink
Fix headers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lambacck committed Aug 29, 2017
1 parent 893c4fe commit 92e5fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salesforce_bulk/tests/test_salesforce_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_headers_default(self):
{
'X-SFDC-Session': self.sessionId,
'Content-Type': 'application/xml; charset=UTF-8',
'Accept-Encoding': 'gzip',
}
)

Expand All @@ -63,6 +64,7 @@ def test_headers_json(self):
{
'X-SFDC-Session': self.sessionId,
'Content-Type': 'application/json; charset=UTF-8',
'Accept-Encoding': 'gzip',
}
)

Expand Down

0 comments on commit 92e5fea

Please sign in to comment.