diff --git a/tests/API-dhcp/robot/API.robot b/tests/API-dhcp/robot/API.robot index 56eea89..6a90983 100644 --- a/tests/API-dhcp/robot/API.robot +++ b/tests/API-dhcp/robot/API.robot @@ -58,7 +58,7 @@ Post a new subnet [Documentation] Post a new subnet [Tags] subnets ${new_subnet} Create Dictionary - ... id=${valid_net_id} + ... subnetId=${valid_net_id} ... mask=255.255.255.0 ... address=192.168.2.0 ... nextServer=192.168.2.1 @@ -77,7 +77,7 @@ Post a new subnet with existing id [Documentation] Post a new subnet with invalid data [Tags] subnets ${new_subnet} Create Dictionary - ... id=2 + ... subnetId=2 ... mask=255.255.255.0 ... address=192.168.3.0 ... nextServer=192.168.3.1 @@ -94,7 +94,7 @@ Post a new subnet with existing address [Tags] subnets ${headers}= Create Dictionary Content-Type=application/json ${new_subnet_invalid} Create Dictionary - ... id=3 + ... idsubnetId=3 ... mask=255.255.255.0 ... address=192.168.1.0 ... nextServer=192.168.1.1