Skip to content

Commit

Permalink
Retrieve the CommandManagerTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Jan 10, 2025
1 parent 05b9096 commit 8f4ce34
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.wazuh.commandmanager;
import org.opensearch.test.OpenSearchTestCase;

public class CommandManagerTests extends OpenSearchTestCase {
public void testPost_badUri() {}
public void testPost_badPayload() {}

}

0 comments on commit 8f4ce34

Please sign in to comment.