summaryrefslogtreecommitdiffstats
path: root/src/gtest/rpc_test.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-09-21 18:57:01 +0300
committerimarom <imarom@cisco.com>2015-09-21 18:57:01 +0300
commit52e2ab74873d1958c0f7ab6e598a402fe0a673c5 (patch)
tree67b6a2e33c0fb5295f9ed97e76db9c456ffe7f00 /src/gtest/rpc_test.cpp
parent14006b519bfd679227a87d0e6a2be9726774aafc (diff)
some minor fixes
Diffstat (limited to 'src/gtest/rpc_test.cpp')
-rw-r--r--src/gtest/rpc_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/rpc_test.cpp b/src/gtest/rpc_test.cpp
index 168ee936..38d34320 100644
--- a/src/gtest/rpc_test.cpp
+++ b/src/gtest/rpc_test.cpp
@@ -353,7 +353,7 @@ TEST_F(RpcTest, get_version) {
EXPECT_TRUE(response["result"] != Json::nullValue);
EXPECT_TRUE(response["result"]["built_by"] == "MOCK");
- EXPECT_TRUE(response["result"]["version"] == "v0.0");
+ EXPECT_TRUE(response["result"]["version"] == "v1.75");
}
/* get system info */