diff --git a/server_test.go b/server_test.go index 9f2674226f..2fdefbb34c 100644 --- a/server_test.go +++ b/server_test.go @@ -1516,7 +1516,6 @@ func TestServer_ExecuteGroupByFillLimit(t *testing.T) { s.CreateDatabase("foo") s.CreateRetentionPolicy("foo", &influxdb.RetentionPolicy{Name: "raw", Duration: 1 * time.Hour}) s.SetDefaultRetentionPolicy("foo", "raw") - s.CreateUser("susy", "pass", false) // Write series with one point to the database. s.MustWriteSeries("foo", "raw", []influxdb.Point{{Name: "cpu", Tags: map[string]string{"region": "us-west"}, Timestamp: mustParseTime("2000-01-01T00:00:20Z"), Fields: map[string]interface{}{"value": 30}}})