Skip to content

fix scope

fix scope #563

GitHub Actions / JUnit Test Report failed Dec 6, 2024 in 0s

433 tests run, 381 passed, 51 skipped, 1 failed.

Annotations

Check failure on line 111 in grobid-service/src/test/java/org/grobid/service/tests/GrobidRestServiceTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

GrobidRestServiceTest.testFullyRestLessFulltextDocument

java.lang.AssertionError: expected:<200> but was:<500>
Raw output
java.lang.AssertionError: expected:<200> but was:<500>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.grobid.service.tests.GrobidRestServiceTest.getStrResponse(GrobidRestServiceTest.java:364)
	at org.grobid.service.tests.GrobidRestServiceTest.testFullyRestLessFulltextDocument(GrobidRestServiceTest.java:111)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)