You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/03/13 12:06:30 UTC

[incubator-apisix] branch master updated: test: added test cases. (#1252)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c53f714  test: added test cases. (#1252)
c53f714 is described below

commit c53f714613c7f3d94f7a7c598d14e9cd70ed14c9
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Fri Mar 13 20:06:22 2020 +0800

    test: added test cases. (#1252)
    
    fix #1246
---
 t/admin/schema.t | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/t/admin/schema.t b/t/admin/schema.t
index 6203661..de623d4 100644
--- a/t/admin/schema.t
+++ b/t/admin/schema.t
@@ -209,3 +209,13 @@ GET /t
 passed
 --- no_error_log
 [error]
+
+
+
+=== TEST 11: get plugin udp-logger schema
+--- request
+GET /apisix/admin/schema/plugins/udp-logger
+--- response_body  eval
+qr/{"properties":/
+--- no_error_log
+[error]