diff options
author | 2016-03-07 10:55:59 +0200 | |
---|---|---|
committer | 2016-03-07 10:55:59 +0200 | |
commit | ca3f7e0f81f782638440353c456382b6e607c71e (patch) | |
tree | 8cd21cd54a2e1d55bae1799cc95315d498f0cddd /src/gtest | |
parent | d5047a7e044c681fffa436015fd9cd246e4ad1b2 (diff) |
changed rx stats to flow stats everywhere
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/rpc_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |