Skip to content

Commit 4e34403

Browse files
committed
fix
1 parent a295bcf commit 4e34403

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/resources/mockserver.feature

-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ Feature: Testing the startup and working of mockserver
66
Given I can inject MockServer
77
And I can start mock server
88
Then I should be able to get instance of mock server
9-
And I can stop mock server
109

1110
Scenario: MS-002 Mockserver stub test
12-
Given I will assign a port to mock server
13-
Given I can inject MockServer
14-
And I can start mock server
1511
And I can register the stub with "/testMockServer" endpoint for "POST" request with status of 200
1612
When I make the "POST" request to "/testMockServer" endpoint with expected status of 200
1713
Then I should be able to verify that the "POST" method to "/testMockServer" endpoint received 1 request

0 commit comments

Comments
 (0)