Skip to content

Commit a0008ec

Browse files
Update dev/src/test/java/com/google/adk/web/AdkWebServerUITest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 36f90c4 commit a0008ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/test/java/com/google/adk/web/AdkWebServerUITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void devUiEndpointsShouldReturnOk(String path) throws Exception {
5454
}
5555

5656
@Test
57-
public void nonExistentUiPage_shouldReturnNotFound() throws Exception {
57+
public void nonExistentUiPageShouldReturnNotFound() throws Exception {
5858
mockMvc.perform(get("/non-existent-page")).andExpect(status().isNotFound());
5959
}
6060
}

0 commit comments

Comments
 (0)