Skip to content

Commit

Permalink
fix merge artifact in master
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas committed Jul 29, 2016
1 parent c43ce5a commit b812092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@ public void testScheduledJobRetryKeepsArgs() {
requestResource.postRequest(newRequest);
initFirstDeploy();

requestResource.scheduleImmediately(requestId, Optional.of(new SingularityRunNowRequest(Optional.<String>absent(), Optional.<Boolean>absent(), Optional.<String>absent(), cmdLinArgs)));
requestResource.scheduleImmediately(requestId, Optional.of(new SingularityRunNowRequest(Optional.<String>absent(), Optional.<Boolean>absent(), Optional.<String>absent(), cmdLinArgs, Optional.<Resources>absent())));
resourceOffers();

SingularityTask task = taskManager.getActiveTasks().get(0);
Expand Down

0 comments on commit b812092

Please sign in to comment.