Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
RAS-37 Set hostname back to localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian.rijke committed Oct 9, 2015
1 parent c5b777b commit 7d93886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public abstract class AbstractSsoIntegrationTest {
private Client<UserInfo> _client;

protected String baseUriOfApp() {
return "http://c16:" + _port;
return "http://127.0.0.1:" + _port;
}

void whenLoggingOut() throws IOException {
Expand Down

0 comments on commit 7d93886

Please sign in to comment.