diff options
Diffstat (limited to 'resources/libraries/robot/honeycomb/nsh.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/nsh.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/nsh.robot b/resources/libraries/robot/honeycomb/nsh.robot index f2a8ffdf8d..434c72f516 100644 --- a/resources/libraries/robot/honeycomb/nsh.robot +++ b/resources/libraries/robot/honeycomb/nsh.robot @@ -19,7 +19,7 @@ | Documentation | Keywords used to test Honeycomb NSH node. *** Keywords *** -| NSH configuration from Honeycomb should be empty +| NSH Operational Data From Honeycomb Should Be empty | | [Documentation] | Uses Honeycomb API to retrieve NSH configuration\ | | ... | and expects to fail. | | ... @@ -28,7 +28,7 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| NSH configuration from Honeycomb should be empty \ +| | ... | \| NSH Operational Data From Honeycomb Should Be empty \ | | ... | \| ${nodes['DUT1']} \| | | [Arguments] | ${node} | | Run keyword and expect error | *Status code: 404* |