summaryrefslogtreecommitdiff
path: root/tests/client-manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client-manifest.scm')
-rw-r--r--tests/client-manifest.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client-manifest.scm b/tests/client-manifest.scm
index 12453ce..ba8a79a 100644
--- a/tests/client-manifest.scm
+++ b/tests/client-manifest.scm
@@ -47,7 +47,7 @@
}\"\"\" .
")
(define* (respond uri #:key (headers '()))
- (unless (equal? headers '((accept (text/turtle))))
+ (unless (equal? headers '((accept (text/turtle application/n-quads application/ld+json))))
(exit 1))
(when (string? uri)
(set! uri (string->uri uri)))