Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Jul 11, 2023
1 parent 6ce0f7c commit e2d28f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ public class RestMLRemoteInferenceIT extends MLCommonsRestTestCase {
@Before
public void setup() throws IOException {
disableClusterConnectorAccessControl();
setEncryptionMasterKey();;
setEncryptionMasterKey();
}


public void testCreateConnector() throws IOException {
Response response = createConnector(completionModelConnectorEntity);
Expand Down

0 comments on commit e2d28f5

Please sign in to comment.