Skip to content

Commit

Permalink
fix test err
Browse files Browse the repository at this point in the history
  • Loading branch information
An-DJ committed Apr 6, 2023
1 parent 3a08b52 commit aa15642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ deployment:
role_traditional:
config_provider: etcd
admin:
# Admin API authentication is enabled by default.
# Admin API authentication is enabled by default.
# Set it false in the production environment will cause a serious security issue.
# admin_key_required: true

Expand Down
2 changes: 1 addition & 1 deletion t/admin/api.t
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ deployment:
admin_key_required: true
--- request
GET /apisix/admin/routes
--- error_code: 200
--- error_code: 401
Expand Down

0 comments on commit aa15642

Please sign in to comment.