aboutsummaryrefslogtreecommitdiff
path: root/go/topology/configuration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/configuration_test.go')
-rw-r--r--go/topology/configuration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/configuration_test.go b/go/topology/configuration_test.go
index 35d82c058..0a353d16e 100644
--- a/go/topology/configuration_test.go
+++ b/go/topology/configuration_test.go
@@ -33,7 +33,7 @@ func TestLoadConfiguration(t *testing.T) {
fmt.Printf("%s\n", c)
if err != nil {
- t.Fatalf("unmarshal error:%s", err.Error())
+ t.Fatalf("unmarshal error:%v", err)
}
if len(c.Topo.DataCenters) <= 0 || c.Topo.DataCenters[0].Name != "dc1" {