mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI"
This commit is contained in:
parent
a10cc14d06
commit
219aeaa1b7
100 changed files with 27369 additions and 1072 deletions
|
|
@ -27,7 +27,7 @@ public class GuiHandlerIT extends BaseIT {
|
|||
@Test
|
||||
public void checkGui() {
|
||||
given().when().get("/").then().statusCode(200).and().contentType(ContentType.HTML);
|
||||
given().when().get("/README.md").then().statusCode(200).and().contentType("text/markdown");
|
||||
given().when().get("/index.html").then().statusCode(200).and().contentType("text/html");
|
||||
given().when().get("/unknown.md").then().statusCode(404).and().contentType(ContentType.TEXT);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue