Skip to content

Commit

Permalink
fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kingluo committed May 10, 2023
1 parent 0dda992 commit 2fbbd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apisix/core/config_etcd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ local function sync_data(self)
return nil, "missing 'key' arguments"
end

if not local_conf.etcd.use_grpc then
if not self.use_grpc then
init_watch_ctx(self.key)
end

Expand Down
2 changes: 1 addition & 1 deletion ci/linux_openresty_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@


export OPENRESTY_VERSION=source
export TEST_CI_USE_GRPC=true
#export TEST_CI_USE_GRPC=true
. ./ci/linux_openresty_common_runner.sh

0 comments on commit 2fbbd22

Please sign in to comment.