From d8776e1ca00711b4153a827ed604eba55f7cd62b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 19 Dec 2023 15:31:38 +0100 Subject: Allow handlers to only return response body. --- tests/guile/cantius-test.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/guile/cantius-test.scm b/tests/guile/cantius-test.scm index deceab5..f3e628a 100644 --- a/tests/guile/cantius-test.scm +++ b/tests/guile/cantius-test.scm @@ -49,9 +49,8 @@ (define-endpoint %my-endset about-ms ("cool-companies" "ms" "about") '() - (values (build-response*) - "Microsoft is my favorite company. I started using - Microsoft at the age of...")) + "Microsoft is my favorite company. I started using + Microsoft at the age of...") (define-endpoint %my-endset broken ("cool-companies" "ms" "product-list") '() -- cgit v1.2.3