mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-06 01:08:03 +00:00
Review feedback
This commit is contained in:
@@ -152,7 +152,6 @@ func init() {
|
||||
parent: "hosts",
|
||||
renderer: render.WeaveRenderer,
|
||||
Name: "Weave Net",
|
||||
Rank: 3,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
@@ -65,9 +65,8 @@ func TestStatus(t *testing.T) {
|
||||
want := weave.Status{
|
||||
Router: weave.Router{
|
||||
Peers: []struct {
|
||||
Name string
|
||||
NickName string
|
||||
// TODO, extend
|
||||
Name string
|
||||
NickName string
|
||||
Connections []struct {
|
||||
Name string
|
||||
NickName string
|
||||
|
||||
Reference in New Issue
Block a user