fixed test

This commit is contained in:
Denis Kazantsev 2022-04-08 20:58:27 +03:00
parent 186990a93e
commit 7f109a3dec
1 changed files with 5 additions and 5 deletions

View File

@ -28,11 +28,11 @@ class ServerInfoControllerMvcTest {
.andExpect(MockMvcResultMatchers.content().json(
"""
{
"serverInfo": [
{
"X-App-Build-Version": "11"
}
]
"serverInfo": [
{
"X-App-Build-Version": "1"
}
]
}
""".trimIndent()
))