We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29212ea commit 0473c92Copy full SHA for 0473c92
src/test/java/com/datadog/api/client/v1/api/LogsIndexesApiTest.java
@@ -18,7 +18,6 @@
18
import java.util.ArrayList;
19
import java.util.List;
20
import org.junit.BeforeClass;
21
-import org.junit.Ignore;
22
import org.junit.Test;
23
24
/** API tests for LogsIndexesApi */
@@ -234,7 +233,6 @@ public void logsIndexesGetErrorsTest() throws IOException {
234
233
}
235
236
@Test
237
- @Ignore
238
public void logsIndexesUpdateErrorsTest() throws IOException {
239
try {
240
api.updateLogsIndex("shrugs", new LogsIndexUpdateRequest());
0 commit comments