Skip to content

Commit c48bda8

Browse files
committed
fix: typo in test
1 parent d389214 commit c48bda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/07-keepalive.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ GET /a
569569
path = "/b"
570570
}
571571
local ok
572-
ok, err = httpc:set_keepalive())
572+
ok, err = httpc:set_keepalive()
573573
ngx.say(err)
574574
';
575575
}

0 commit comments

Comments
 (0)