Skip to content

Commit

Permalink
fix: use original clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-1024 committed Mar 4, 2022
1 parent 21e23af commit 90bb471
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/cli/test_yaml_config_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# check supported environment variables in apisix.yaml

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

Expand Down Expand Up @@ -65,6 +65,4 @@ if [ ! $code -eq 200 ]; then
exit 1
fi

make stop

echo "passed: resolve variables"

0 comments on commit 90bb471

Please sign in to comment.