Skip to content

Commit

Permalink
Updating Test for new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
toddcornett committed Jan 11, 2020
1 parent c91ca7f commit 6dc6bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/RestforceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ public function testSomethingCrazy()
getenv('SALESFORCE_OAUTH_SECRET'),
self::NULL_ACCESS_TOKEN,
getenv('SALESFORCE_USERNAME'),
getenv('SALESFORCE_PASSWORD')
getenv('SALESFORCE_PASSWORD'),
null,
"https://test.salesforce.com/"
);
$this->assertSame(200, $restforce->limits()->getStatusCode());
$this->assertSame(200, $restforce->getNext(Restforce::USER_INFO_ENDPOINT)->getStatusCode());
Expand Down

0 comments on commit 6dc6bf0

Please sign in to comment.