Remove methods deprecated in Drake from Instructions API

Change-Id: I87a20cb9e8abbf4b27bbb4760a62947169866ea6
diff --git a/web/api/src/test/resources/org/onosproject/rest/post-next-objective.json b/web/api/src/test/resources/org/onosproject/rest/post-next-objective.json
index 1b19216..17fc203 100644
--- a/web/api/src/test/resources/org/onosproject/rest/post-next-objective.json
+++ b/web/api/src/test/resources/org/onosproject/rest/post-next-objective.json
@@ -10,7 +10,7 @@
           "port": -3
         },
         {
-          "type": "DROP"
+          "type": "NOACTION"
         }
       ]
     }
@@ -23,4 +23,4 @@
       }
     ]
   }
-}
\ No newline at end of file
+}