This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 92ac6d9 chore: reindex format of basic_auth.t (#6101)
92ac6d9 is described below
commit 92ac6d901d2ca23641037c3979a2e988cc024cd1
Author: tzssangglass <[email protected]>
AuthorDate: Fri Jan 14 15:08:35 2022 +0800
chore: reindex format of basic_auth.t (#6101)
---
t/plugin/basic-auth.t | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/t/plugin/basic-auth.t b/t/plugin/basic-auth.t
index c1edd83..069d8c1 100644
--- a/t/plugin/basic-auth.t
+++ b/t/plugin/basic-auth.t
@@ -398,7 +398,7 @@ GET /t
-=== TEST 15: enable basic auth plugin using admin api, set hide_credentials =
true
+=== TEST 18: enable basic auth plugin using admin api, set hide_credentials =
true
--- config
location /t {
content_by_lua_block {
@@ -436,7 +436,7 @@ passed
-=== TEST 16: verify Authorization request header is hidden
+=== TEST 19: verify Authorization request header is hidden
--- request
GET /echo
--- more_headers
@@ -448,7 +448,7 @@ Authorization: Basic Zm9vOmJhcg==
-=== TEST 17: enable basic auth plugin using admin api, hide_credentials = false
+=== TEST 20: enable basic auth plugin using admin api, hide_credentials = false
--- config
location /t {
content_by_lua_block {
@@ -486,7 +486,7 @@ passed
-=== TEST 18: verify Authorization request header should not hidden
+=== TEST 21: verify Authorization request header should not hidden
--- request
GET /echo
--- more_headers