From 85cedef2f089398c53837ce2100e198d681bc668 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Fri, 6 Dec 2024 10:03:11 -0600 Subject: [PATCH] Updated snapshots --- .../__snapshots__/treeViewUtils.spec.ts.snap | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/util/__snapshots__/treeViewUtils.spec.ts.snap b/src/util/__snapshots__/treeViewUtils.spec.ts.snap index da328bd2..bec0454d 100644 --- a/src/util/__snapshots__/treeViewUtils.spec.ts.snap +++ b/src/util/__snapshots__/treeViewUtils.spec.ts.snap @@ -415,7 +415,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-slash", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -442,7 +442,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-large-outline", }, "label": "localhost:10000", - "tooltip": "Click to connect to http://localhost:10000/", + "tooltip": "Click to connect to localhost:10000", } `; @@ -456,7 +456,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "sync~spin", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -484,7 +484,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-large-outline", }, "label": "localhost:10000", - "tooltip": "Click to connect to http://localhost:10000/", + "tooltip": "Click to connect to localhost:10000", } `; @@ -498,7 +498,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-slash", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -512,7 +512,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-large-filled", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -526,7 +526,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "sync~spin", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -540,7 +540,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect "id": "circle-large-filled", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -554,7 +554,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-slash", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -581,7 +581,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-large-outline", }, "label": "localhost:10000", - "tooltip": "Click to connect to http://localhost:10000/", + "tooltip": "Click to connect to localhost:10000", } `; @@ -595,7 +595,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "sync~spin", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -623,7 +623,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-large-outline", }, "label": "localhost:10000", - "tooltip": "Click to connect to http://localhost:10000/", + "tooltip": "Click to connect to localhost:10000", } `; @@ -637,7 +637,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-slash", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -664,7 +664,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-large-filled", }, "label": "localhost:10000", - "tooltip": "Click to connect to http://localhost:10000/", + "tooltip": "Click to connect to localhost:10000", } `; @@ -678,7 +678,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "sync~spin", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `; @@ -692,7 +692,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect "id": "circle-large-filled", }, "label": "localhost:10000", - "tooltip": "http://localhost:10000/", + "tooltip": "localhost:10000", } `;