Skip to content

Commit

Permalink
fix(tests) uses v3 protocol for etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Aug 4, 2024
1 parent caffb93 commit c3928b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/storage/etcd.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ our $HttpConfig = qq{
lua_package_path "$pwd/lib/?.lua;$pwd/lib/?/init.lua;$pwd/../lib/?.lua;$pwd/../lib/?/init.lua;;";
init_by_lua_block {
_G.test_lib = require("resty.acme.storage.etcd")
_G.test_cfg = nil
_G.test_cfg = { protocol = "v3" }
_G.test_ttl = 1
}
};
Expand Down

0 comments on commit c3928b5

Please sign in to comment.