diff --git a/core/integration/features/settlement/0019-MCAL_fundingMargin4.feature b/core/integration/features/settlement/0019-MCAL_fundingMargin4.feature index c15ff46ae5d..a6eee8a5c47 100644 --- a/core/integration/features/settlement/0019-MCAL_fundingMargin4.feature +++ b/core/integration/features/settlement/0019-MCAL_fundingMargin4.feature @@ -11,7 +11,7 @@ Feature: Test funding margin for Perps market And the markets: | id | quote name | asset | risk model | margin calculator | auction duration | fees | price monitoring | data source config | linear slippage factor | quadratic slippage factor | position decimal places | market type | sla params | - | ETH/DEC19 | ETH | USD | default-simple-risk-model-3 | default-margin-calculator | 1 | default-none | default-none | perp-oracle | 1e6 | 1e6 | -3 | perp | default-futures | + | ETH/DEC19 | ETH | USD | default-simple-risk-model-3 | default-margin-calculator | 1 | default-none | default-none | perp-oracle | 1e6 | 0 | -3 | perp | default-futures | And the following network parameters are set: | name | value | @@ -19,7 +19,7 @@ Feature: Test funding margin for Perps market | limits.markets.maxPeggedOrders | 2 | @Perpetual - Scenario: (0019-MCAL-020, 0019-MCAL-021) check funding margin for Perps market when clumps are 0.1 and 0.15 + Scenario: (0019-MCAL-027, 0019-MCAL-030) check funding margin for Perps market when clumps are 0.1 and 0.15 Given the following network parameters are set: | name | value | | network.markPriceUpdateMaximumFrequency | 5s |