diff --git a/private/testplanet/run.go b/private/testplanet/run.go index 3b6e0534f..43ec89b81 100644 --- a/private/testplanet/run.go +++ b/private/testplanet/run.go @@ -52,7 +52,7 @@ func Run(t *testing.T, config Config, test func(t *testing.T, ctx *testcontext.C planetConfig.Name = t.Name() } - planet, err := NewCustom(zaptest.NewLogger(t), config, satelliteDB) + planet, err := NewCustom(zaptest.NewLogger(t), planetConfig, satelliteDB) if err != nil { t.Fatalf("%+v", err) }