Skip to content

Commit af7f602

Browse files
committed
fix backend-java tests
1 parent 3e521cd commit af7f602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-java/src/test/java/com/example/RootControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ void getAppInfo_returnsSuccessAndAppMetadata() throws Exception {
2828
.andExpect(jsonPath("$.success").value(true))
2929
.andExpect(jsonPath("$.data.version").value("1.0.0"))
3030
.andExpect(jsonPath("$.data.status").value("ok"))
31-
.andExpect(jsonPath("$.data.app").value("backend-java-springboot"));
31+
.andExpect(jsonPath("$.data.app").value("backend-java"));
3232
}
3333
}

0 commit comments

Comments
 (0)