Skip to content

Commit b3f7baa

Browse files
[CI] Auto commit changes from spotless
1 parent b6f1f31 commit b3f7baa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/inference/qa/inference-with-security/src/yamlRestTest/java/org/elasticsearch/xpack/inference/InferenceWithSecurityRestIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ public InferenceWithSecurityRestIT(final ClientYamlTestCandidate testCandidate)
5353
@Override
5454
protected Settings restClientSettings() {
5555
String token = basicAuthHeaderValue(INFERENCE_USERNAME, new SecureString(INFERENCE_PASSWORD.toCharArray()));
56-
return Settings.builder()
57-
.put(ThreadContext.PREFIX + ".Authorization", token)
58-
.build();
56+
return Settings.builder().put(ThreadContext.PREFIX + ".Authorization", token).build();
5957
}
6058

6159
@Override

0 commit comments

Comments
 (0)