mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
REPO-2313: remove license check as license is not set on Community
This commit is contained in:
@@ -43,8 +43,6 @@ public class DiscoveryTests extends RestTest
|
||||
response.getRepository().getVersion().assertThat().field("patch").is(version.charAt(4));
|
||||
response.getRepository().getVersion().assertThat().field("schema").is(schema);
|
||||
response.getRepository().getEdition().equals(edition);
|
||||
response.getRepository().getLicense().assertThat().field("expiresAt").isNotEmpty().and()
|
||||
.field("remainingDays").isGreaterThan(0);
|
||||
response.getRepository().getStatus().assertThat().field("isReadOnly").is(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user