Skip to content

Commit

Permalink
test: format by tool reindex. (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis authored Jul 2, 2020
1 parent aeab71d commit 2ccf020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion t/admin/routes.t
Original file line number Diff line number Diff line change
Expand Up @@ -1773,6 +1773,8 @@ passed
--- no_error_log
[error]



=== TEST 48: string id
--- config
location /t {
Expand Down Expand Up @@ -1858,7 +1860,8 @@ GET /t
[error]


=== TEST 50: Verify Response Content-Type=applciation/json

=== TEST 51: Verify Response Content-Type=applciation/json
--- config
location /t {
content_by_lua_block {
Expand Down
1 change: 0 additions & 1 deletion t/debug/debug-mode.t
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ loaded plugin and sort by priority: -2000 name: serverless-post-function




=== TEST 2: set route(no plugin)
--- config
location /t {
Expand Down
4 changes: 2 additions & 2 deletions t/discovery/eureka.t
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ run_tests();

__DATA__
=== TEST 1: get APISIX-EUREKA info from EUREKA
--- yaml_config eval: $::yaml_config
--- apisix_yaml
Expand All @@ -84,6 +83,7 @@ connect_timeout:1500, send_timeout:1500, read_timeout:1500.
[error]
=== TEST 2: error service_name name
--- yaml_config eval: $::yaml_config
--- apisix_yaml
Expand All @@ -102,6 +102,7 @@ GET /eureka/apps/APISIX-EUREKA
qr/.*failed to pick server: no valid upstream node.*/
=== TEST 3: with proxy-rewrite
--- yaml_config eval: $::yaml_config
--- apisix_yaml
Expand All @@ -128,4 +129,3 @@ eureka uri:http://127.0.0.1:8761/eureka/.
connect_timeout:1500, send_timeout:1500, read_timeout:1500.
--- no_error_log
[error]

0 comments on commit 2ccf020

Please sign in to comment.