diff options
Diffstat (limited to 'tests/guile')
-rw-r--r-- | tests/guile/cantius-test.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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") '() |