Fix broken tests
This commit is contained in:
parent
0c1aa1942e
commit
e6597e6f33
|
|
@ -7,7 +7,7 @@ class SampleController {
|
|||
|
||||
@RequestMapping("/")
|
||||
public def hello() {
|
||||
[message: "Hello World!"]
|
||||
[message: "Hello World"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class SampleController {
|
|||
|
||||
@RequestMapping("/")
|
||||
public def hello() {
|
||||
[message: "Hello World!"]
|
||||
[message: "Hello World"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue