fixed test
This commit is contained in:
parent
186990a93e
commit
7f109a3dec
|
|
@ -28,11 +28,11 @@ class ServerInfoControllerMvcTest {
|
|||
.andExpect(MockMvcResultMatchers.content().json(
|
||||
"""
|
||||
{
|
||||
"serverInfo": [
|
||||
{
|
||||
"X-App-Build-Version": "11"
|
||||
}
|
||||
]
|
||||
"serverInfo": [
|
||||
{
|
||||
"X-App-Build-Version": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
""".trimIndent()
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in New Issue