Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Changing HttpTask test URI to fix failing test with conflicting IP Ad…
Browse files Browse the repository at this point in the history
…dress.
  • Loading branch information
kishorebanala committed Sep 16, 2019
1 parent 804548a commit efdb5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void testHTTPGetConnectionTimeOut() throws Exception{
Instant start = Instant.now();
input.setConnectionTimeOut(110);
input.setMethod("GET");
input.setUri("http://10.255.255.255");
input.setUri("http://10.255.14.15");
task.getInputData().put(HttpTask.REQUEST_PARAMETER_NAME, input);
task.setStatus(Status.SCHEDULED);
task.setScheduledTime(0);
Expand Down

0 comments on commit efdb5b2

Please sign in to comment.