Skip to content

Commit

Permalink
Test failure based on positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lambacck committed Jul 6, 2020
1 parent 4cf0978 commit 34ff5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salesforce_bulk/tests/test_salesforce_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def setUpClass(cls):
raise unittest.SkipTest('Missing Configuration for logged in tests')

sessionId, endpoint = SalesforceBulk.login_to_salesforce(
username, password, security_token, domain=domain)
username, password, security_token=security_token, domain=domain)

cls.endpoint = endpoint
cls.sessionId = sessionId
Expand Down

0 comments on commit 34ff5f7

Please sign in to comment.