Skip to content

Commit 93a4b63

Browse files
committed
fix: test
1 parent 80ce431 commit 93a4b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/admin/consumers2.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ GET /t
250250
)
251251
252252
ngx.status = code
253-
ngx.print(body)
253+
ngx.say(body)
254254
}
255255
}
256256
--- request

0 commit comments

Comments
 (0)