File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
tzatziki-http/src/test/resources/com/decathlon/tzatziki/steps Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -1612,30 +1612,6 @@ Feature: to interact with an http service and setup mocks
16121612 Transfer-Encoding: ?isNull
16131613 """
16141614
1615- Scenario : Concurrency consumption is handled properly
1616- Given that "http://backend/time" is mocked as:
1617- """
1618- response:
1619- - consumptions: 1
1620- body:
1621- payload: morning
1622- - consumptions: 1
1623- body:
1624- payload: noon
1625- - consumptions: 1
1626- body:
1627- payload: afternoon
1628- - body:
1629- payload: evening
1630- """
1631- Then getting on "http://backend/time" four times in parallel returns:
1632- """
1633- - morning
1634- - noon
1635- - afternoon
1636- - evening
1637- """
1638-
16391615 Scenario Outline : We don't reset mock between tests if needed
16401616 Given that we don't reset mocks between tests
16411617 Given that "http://backend/time" is mocked as:
You can’t perform that action at this time.
0 commit comments