Fix after rebase
Change-Id: Ia01b2a6122b7fd778a90b8383d503f65c65e80ea
This commit is contained in:
parent
b5a14d463e
commit
49f211eef7
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ class MockServerIntegrationTest extends Specification {
|
||||||
@Unroll
|
@Unroll
|
||||||
def "should reject mock when it has System.exit in closure"() {
|
def "should reject mock when it has System.exit in closure"() {
|
||||||
when:
|
when:
|
||||||
remoteMockServer.addMock(new AddMockRequestData(
|
remoteMockServer.addMock(new AddMock(
|
||||||
name: 'testRest',
|
name: 'testRest',
|
||||||
path: 'testEndpoint',
|
path: 'testEndpoint',
|
||||||
port: 9999,
|
port: 9999,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue