diff --git a/tests/integration/features/Login.feature b/tests/integration/features/Login.feature index 8c39e1d..b85a29d 100644 --- a/tests/integration/features/Login.feature +++ b/tests/integration/features/Login.feature @@ -13,7 +13,7 @@ Feature: Login And the response URL should be "http://localhost:8080/remote.php/webdav/" Scenario: Authenticating with whitelisted IP via Web - Given The range "127.0.0.0/24" is permitted + Given The range "10.0.0.0/8,127.0.0.0/24" is permitted When I try to login via "web" Then the response status code should be "200" @@ -23,6 +23,6 @@ Feature: Login Then the response status code should be "200" Scenario: Authenticating with multiple whitelisted IP via API - Given The range "192.168.0.0/24,127.0.0.0/24,192.168.1.0/24" is permitted + Given The range "192.168.0.0/24,10.0.0.0/8,127.0.0.0/24,192.168.1.0/24" is permitted When I try to login via "api" Then the response status code should be "200"