Fix reference to 7.1 in security token tests
This version should be referencing 7.2 rather than 7.1, due to some changes in timing of the token service changes.
This commit is contained in:
parent
8426130553
commit
942a1445f3
|
@ -139,7 +139,7 @@ public class TokenServiceTests extends ESTestCase {
|
|||
licenseState = mock(XPackLicenseState.class);
|
||||
when(licenseState.isTokenServiceAllowed()).thenReturn(true);
|
||||
|
||||
// version 7.1 was an "inflection" point in the Token Service development (access_tokens as UUIDS, multiple concurrent refreshes,
|
||||
// version 7.2 was an "inflection" point in the Token Service development (access_tokens as UUIDS, multiple concurrent refreshes,
|
||||
// tokens docs on a separate index), let's test the TokenService works in a mixed cluster with nodes with versions prior to these
|
||||
// developments
|
||||
if (randomBoolean()) {
|
||||
|
|
Loading…
Reference in New Issue