From ca3f7e0f81f782638440353c456382b6e607c71e Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 7 Mar 2016 10:55:59 +0200 Subject: changed rx stats to flow stats everywhere --- src/gtest/rpc_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtest/rpc_test.cpp') diff --git a/src/gtest/rpc_test.cpp b/src/gtest/rpc_test.cpp index 34bb02a8..49a52071 100644 --- a/src/gtest/rpc_test.cpp +++ b/src/gtest/rpc_test.cpp @@ -462,7 +462,7 @@ create_simple_stream(Json::Value &obj) { } obj["vm"] = Json::arrayValue; - obj["rx_stats"]["enabled"] = false; + obj["flow_stats"]["enabled"] = false; } static bool -- cgit 1.2.3-korg