We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e521cd commit af7f602Copy full SHA for af7f602
backend-java/src/test/java/com/example/RootControllerTest.java
@@ -28,6 +28,6 @@ void getAppInfo_returnsSuccessAndAppMetadata() throws Exception {
28
.andExpect(jsonPath("$.success").value(true))
29
.andExpect(jsonPath("$.data.version").value("1.0.0"))
30
.andExpect(jsonPath("$.data.status").value("ok"))
31
- .andExpect(jsonPath("$.data.app").value("backend-java-springboot"));
+ .andExpect(jsonPath("$.data.app").value("backend-java"));
32
}
33
0 commit comments