Fix line length

Original commit: elastic/x-pack-elasticsearch@50e9ef0667
This commit is contained in:
Ryan Ernst 2016-07-13 17:05:32 -07:00
parent f82fa65d7d
commit 7f6788af1a
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,8 @@ public class LicensingTests extends SecurityIntegTestCase {
GraphLicensee graphLicensee = new GraphLicensee(settings);
TestLicensesService licensesService = new TestLicensesService(settings,
Arrays.asList(securityLicensee, watcherLicensee, monitoringLicensee, graphLicensee));
return Arrays.asList(securityLicensee, licensesService, watcherLicensee, monitoringLicensee, graphLicensee, securityLicenseState);
return Arrays.asList(securityLicensee, licensesService, watcherLicensee, monitoringLicensee,
graphLicensee, securityLicenseState);
}
public InternalLicensing() {