File tree 1 file changed +2
-2
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public void testGetLicense() throws Exception {
194
194
//end::get-license-response
195
195
196
196
assertThat (currentLicense , containsString ("trial" ));
197
- assertThat (currentLicense , containsString ("client_rest-high-level_integTestCluster " ));
197
+ assertThat (currentLicense , containsString ("integTest " ));
198
198
}
199
199
{
200
200
GetLicenseRequest request = new GetLicenseRequest ();
@@ -233,7 +233,7 @@ public void onFailure(Exception e) {
233
233
String currentLicense = response .getLicenseDefinition ();
234
234
assertThat (currentLicense , startsWith ("{" ));
235
235
assertThat (currentLicense , containsString ("trial" ));
236
- assertThat (currentLicense , containsString ("client_rest-high-level_integTestCluster " ));
236
+ assertThat (currentLicense , containsString ("integTest " ));
237
237
assertThat (currentLicense , endsWith ("}" ));
238
238
}
239
239
}
You can’t perform that action at this time.
0 commit comments