Skip to content

Commit

Permalink
Bandaid fix to fix CI failures (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
junr03 authored and mattklein123 committed Sep 13, 2016
1 parent d5e0c9b commit b13e012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/server/http/admin_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ namespace Server {

class AdminFilterTest : public testing::Test {
public:
// TODO: Switch to mocks and do not bind to a real port.
AdminFilterTest()
: admin_("/dev/null", 9001, server_), filter_(admin_), request_headers_{{":path", "/"}} {
: admin_("/dev/null", 9002, server_), filter_(admin_), request_headers_{{":path", "/"}} {
filter_.setDecoderFilterCallbacks(callbacks_);
}

Expand Down

0 comments on commit b13e012

Please sign in to comment.