refs #812 Fix a typo in subnetId
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf api-is-frozen
Luis Gerardo Romero Garcia 2024-10-09 17:06:07 +02:00
parent fdbc087eb9
commit 0f8870e003
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Post a new subnet with existing address
[Tags] subnets [Tags] subnets
${headers}= Create Dictionary Content-Type=application/json ${headers}= Create Dictionary Content-Type=application/json
${new_subnet_invalid} Create Dictionary ${new_subnet_invalid} Create Dictionary
... idsubnetId=3 ... subnetId=3
... mask=255.255.255.0 ... mask=255.255.255.0
... address=192.168.1.0 ... address=192.168.1.0
... nextServer=192.168.1.1 ... nextServer=192.168.1.1