From ed0f219167be6bc6819d6ec4d24986812ab266cb Mon Sep 17 00:00:00 2001 From: Ujjwal Verma Date: Wed, 26 Jul 2017 01:02:30 +0530 Subject: fixed addon error --- web/src/js/__tests__/ducks/_tflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/src/js/__tests__/ducks/_tflow.js b/web/src/js/__tests__/ducks/_tflow.js index f6a382bd..44b32342 100644 --- a/web/src/js/__tests__/ducks/_tflow.js +++ b/web/src/js/__tests__/ducks/_tflow.js @@ -2,7 +2,7 @@ export default function(){ return { "client_conn": { "address": [ - "address", + "127.0.0.1", 22 ], "alpn_proto_negotiated": "http/1.1", -- cgit v1.2.3 From 544a7cdd14c5b59f4a141e6887b47bce2bd9682e Mon Sep 17 00:00:00 2001 From: Ujjwal Verma Date: Fri, 28 Jul 2017 00:09:29 +0530 Subject: updated snapshot --- .../__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap b/web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap index dcee1895..6e01ae85 100644 --- a/web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap +++ b/web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap @@ -12,7 +12,7 @@ exports[`ConnectionInfo Component should render correctly 1`] = ` Address: - address:22 + 127.0.0.1:22 @@ -47,7 +47,7 @@ exports[`Details Component should render correctly 1`] = ` Address: - address:22 + 127.0.0.1:22 -- cgit v1.2.3