diff options
Diffstat (limited to 'web/src/js')
| -rw-r--r-- | web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap | 4 | ||||
| -rw-r--r-- | web/src/js/__tests__/ducks/_tflow.js | 2 | 
2 files changed, 3 insertions, 3 deletions
| 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:        </td>        <td> -        address:22 +        127.0.0.1:22        </td>      </tr>      <tr> @@ -47,7 +47,7 @@ exports[`Details Component should render correctly 1`] = `            Address:          </td>          <td> -          address:22 +          127.0.0.1:22          </td>        </tr>        <tr> 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", | 
