Skip to content

Commit

Permalink
use reachable host
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 25, 2015
1 parent e5b86fd commit c42e56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ public async Task MultiChannel_Does_receive_all_join_and_leave_messages()

class Conf
{
public const string AbsoluteBaseUri = "http://macbook:10000/";
public const string AbsoluteBaseUri = "http://127.0.0.1:10000/";
}

[TestFixture]
Expand Down

0 comments on commit c42e56f

Please sign in to comment.