Skip to content

Commit 0473c92

Browse files
nkzouci.datadog-api-spec
andauthored
Unskip logs indexes order test (#1817)
* unskip logs indexes order test * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 29212ea commit 0473c92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/datadog/api/client/v1/api/LogsIndexesApiTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import java.util.ArrayList;
1919
import java.util.List;
2020
import org.junit.BeforeClass;
21-
import org.junit.Ignore;
2221
import org.junit.Test;
2322

2423
/** API tests for LogsIndexesApi */
@@ -234,7 +233,6 @@ public void logsIndexesGetErrorsTest() throws IOException {
234233
}
235234

236235
@Test
237-
@Ignore
238236
public void logsIndexesUpdateErrorsTest() throws IOException {
239237
try {
240238
api.updateLogsIndex("shrugs", new LogsIndexUpdateRequest());

0 commit comments

Comments
 (0)