commit | 6d49c1f62307711e8bb00886ad45a8eda11ad0b1 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Oct 11 14:22:21 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Oct 11 14:22:52 2018 +0200 |
tree | 6a31195ada7f7d72df33329214217d25b99540db | |
parent | 0e1ed24dd2a381536b23d6032898cc3524da176c [diff] [blame] |
Implement flexible fake backend Change-Id: Icff0d3b8e1a82c7e459dfac6417f59502f0eb099
diff --git a/t/fixtures/response_no_query.json b/t/fixtures/response_no_query.json new file mode 100644 index 0000000..5f75741 --- /dev/null +++ b/t/fixtures/response_no_query.json
@@ -0,0 +1,9 @@ +{ + "status" : 400, + "@context" : "http://korap.ids-mannheim.de/ns/koral/0.3/context.jsonld", + "errors":[ + [ + 301,"You did not specify a query!" + ] + ] +}