diff options
| -rw-r--r-- | web/src/js/__tests__/components/FlowView/__snapshots__/DetailsSpec.js.snap | 4 | 
1 files changed, 2 insertions, 2 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> | 
