Skip to content
Snippets Groups Projects
Commit a2c3449d authored by Martin Weise's avatar Martin Weise
Browse files

fixed more testss

Former-commit-id: 35f1812e
parent c9505963
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
......@@ -147,7 +147,7 @@ public class DataEndpointIntegrationTest extends BaseUnitTest {
/* test */
final ResponseEntity<?> response = dataEndpoint.insertFromTuple(DATABASE_1_ID, TABLE_1_ID, request);
assertEquals(HttpStatus.OK, response.getStatusCode());
assertEquals(HttpStatus.ACCEPTED, response.getStatusCode());
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment