diff options
Diffstat (limited to 'web/src/js')
| -rw-r--r-- | web/src/js/__tests__/ducks/_tflow.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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", | 
