From 0f8870e003f8f3d9af9eb0a349c33468dd4a1cc7 Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 9 Oct 2024 17:06:07 +0200 Subject: [PATCH] refs #812 Fix a typo in subnetId --- tests/API-dhcp/robot/API.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/API-dhcp/robot/API.robot b/tests/API-dhcp/robot/API.robot index 4646171..a2987fd 100644 --- a/tests/API-dhcp/robot/API.robot +++ b/tests/API-dhcp/robot/API.robot @@ -92,7 +92,7 @@ Post a new subnet with existing address [Tags] subnets ${headers}= Create Dictionary Content-Type=application/json ${new_subnet_invalid} Create Dictionary - ... idsubnetId=3 + ... subnetId=3 ... mask=255.255.255.0 ... address=192.168.1.0 ... nextServer=192.168.1.1