Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 authored and bungle committed Aug 18, 2023
1 parent 1b3f892 commit bd54a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/01-pdk/08-response/14-get_raw_body.t
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ Called 3 times
local pdk = PDK.new()
-- call pdk.response.get_raw_body() multiple times
local body = pdk.response.get_raw_body()
assert(body == "hello, world!\n")
local body = pdk.response.get_raw_body()
assert(body == "hello, world!\n")
local body = pdk.response.get_raw_body()
assert(body == "hello, world!\n")
}
}
--- request
Expand Down

0 comments on commit bd54a42

Please sign in to comment.