1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-18 12:11:40 +00:00

sismics docs -> teedy

This commit is contained in:
Benjamin Gamard
2019-02-12 13:57:54 +01:00
parent a86af9736b
commit 868a74c184
48 changed files with 118 additions and 119 deletions

View File

@@ -37,7 +37,7 @@ public class TestThemeResource extends BaseJerseyTest {
// Get the theme configuration anonymously
JsonObject json = target().path("/theme").request()
.get(JsonObject.class);
Assert.assertEquals("Sismics Docs", json.getString("name"));
Assert.assertEquals("Teedy", json.getString("name"));
Assert.assertEquals("#ffffff", json.getString("color"));
Assert.assertEquals("", json.getString("css"));