[go: nahoru, domu]

Skip to content

Commit

Permalink
test: correct typo in tests (apache#4818)
Browse files Browse the repository at this point in the history
  • Loading branch information
okaybase committed Aug 13, 2021
1 parent 3920160 commit 4a4b946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/plugin/limit-count.t
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ GET /t
=== TEST 11: invalid service: missing key
=== TEST 11: invalid service: missing count
--- config
location /t {
content_by_lua_block {
Expand Down
2 changes: 1 addition & 1 deletion t/plugin/log-rotate.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ __DATA__
end
end
if not has_split_error_file or not has_split_error_file then
if not has_split_access_file or not has_split_error_file then
ngx.status = 500
else
ngx.status = 200
Expand Down

0 comments on commit 4a4b946

Please sign in to comment.