Skip to content

Commit

Permalink
Fix robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 12, 2020
1 parent fb38d82 commit d390251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions robot/CCI-Food-Bank/resources/FoodBank.resource
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ API Create Account
[return] &{account}

API Create Delivery
[Arguments] ${scheduled_date} ${status} ${supplier}
${date_str} = Convert Date ${scheduled_date} result_format=%Y-%m-%d
[Arguments] ${status} ${supplier}
${delivery_id} = Salesforce Insert Delivery__c
... Scheduled_Date__c=${date_str}
... Status__c=${status}
... Supplier__c=${supplier}
&{delivery} = Salesforce Get Delivery__c ${delivery_id}
Expand Down

0 comments on commit d390251

Please sign in to comment.