Skip to content

Commit

Permalink
fix: test file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-1024 committed Mar 6, 2022
1 parent 90bb471 commit ace1514
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@

. ./t/cli/common.sh

# check supported environment variables in apisix.yaml

yaml_config_variables_clean_up() {
standalone() {
clean_up
git checkout conf/apisix.yaml
}

trap yaml_config_variables_clean_up EXIT
trap standalone EXIT

# support environment variables
echo '
apisix:
enable_admin: false
Expand Down

0 comments on commit ace1514

Please sign in to comment.