mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Don't show non-internet pseudo nodes. (#1326)
This commit is contained in:
@@ -147,7 +147,7 @@ func TestAPITopologyWebsocket(t *testing.T) {
|
||||
if err := decoder.Decode(&d); err != nil {
|
||||
t.Fatalf("JSON parse error: %s", err)
|
||||
}
|
||||
equals(t, 8, len(d.Add))
|
||||
equals(t, 6, len(d.Add))
|
||||
equals(t, 0, len(d.Update))
|
||||
equals(t, 0, len(d.Remove))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user