Skip to content

Commit ff347db

Browse files
Fix Failing BioModel Test
1 parent bc449da commit ff347db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcell-rest/src/test/java/org/vcell/restq/BioModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void testAddAndRemove() throws IOException, ApiException, XmlParseExcepti
7676
.body(new ObjectMapper().writeValueAsString(saveBioModel))
7777
.header("Content-Type", MediaType.APPLICATION_JSON)
7878
.when()
79-
.post("/api/v1/bioModel/save");
79+
.post("/api/v1/bioModel");
8080
uploadResponse.then().statusCode(200);
8181
String bioModelVCML = uploadResponse.body().print();
8282
BioModel bioModel1 = XmlHelper.XMLToBioModel(new XMLSource(bioModelVCML));

0 commit comments

Comments
 (0)