diff options
Diffstat (limited to 'model/cluster_info_test.go')
-rw-r--r-- | model/cluster_info_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/cluster_info_test.go b/model/cluster_info_test.go index c019df40a..ec6ba6c1f 100644 --- a/model/cluster_info_test.go +++ b/model/cluster_info_test.go @@ -28,5 +28,4 @@ func TestClusterInfosJson(t *testing.T) { if clusterInfos[0].IpAddress != result[0].IpAddress { t.Fatal("Ids do not match") } - } |