Skip to content

Commit 05fb843

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 2e37465 commit 05fb843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceBasicLicenseIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void testPutModel_RestrictedWithBasicLicense() throws Exception {
4444
var modelConfig = mockSparseServiceModelConfig(null, true);
4545
sendRestrictedRequest("PUT", endpoint, modelConfig);
4646
}
47-
47+
4848
public void testGetServices_NonRestrictedWithBasicLicense() throws Exception {
4949
var endpoint = "_inference/_services";
5050
sendNonRestrictedRequest("GET", endpoint, null, 200, false);

0 commit comments

Comments
 (0)