Build: #24 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Deploy to production

    Requires a user to start manually

Get one: Test case result

The below summarizes the result of the test "Get one" in build 24 of Add-Ons - Build Add On Index Server - Default Job. View test case history
Description
Get one
Test class
org.openmrs.addonindex.rest.ListControllerIT
Method
testGetOne
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: 
Expected: is <200>
     but: was <404>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.openmrs.addonindex.rest.ListControllerIT.testGetOne(ListControllerIT.java:58)