We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3f9e6 commit 8c98f1bCopy full SHA for 8c98f1b
1 file changed
tests/ReaderTest.cc
@@ -41,7 +41,7 @@ DECLARE_LOG_OBJECT()
41
using namespace pulsar;
42
43
static std::string serviceUrl = "pulsar://localhost:6650";
44
-static const std::string adminUrl = "http://localhost:8090/";
+static const std::string adminUrl = "http://localhost:8080/";
45
46
class ReaderTest : public ::testing::TestWithParam<bool> {
47
public:
0 commit comments