Replace println with logger
This commit is contained in:
parent
0b4f4e0cf8
commit
1bbaf72084
7 changed files with 32 additions and 9 deletions
|
@ -46,7 +46,7 @@ class ServerMockPT extends Specification {
|
|||
threads*.start()
|
||||
Thread.sleep(60000)
|
||||
then:
|
||||
responses.eachWithIndex { res, i -> println "Checking $i"; assert res.name() == "goodResponse$i" }
|
||||
responses.eachWithIndex { res, i -> assert res.name() == "goodResponse$i" }
|
||||
cleanup:
|
||||
httpMockServer.stop()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue