We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0a023 commit 03566d8Copy full SHA for 03566d8
assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java
@@ -1780,7 +1780,6 @@ public void testUpdateDialogNodeNullable() {
1780
.dialogNode(dialogNodeName2)
1781
.build();
1782
Map<String, Object> body = updateDialogNode.asPatch();
1783
- body.put("next_step", null);
1784
1785
UpdateDialogNodeNullableOptions updateDialogNodeNullableOptions =
1786
new UpdateDialogNodeNullableOptions.Builder()
0 commit comments