aboutsummaryrefslogtreecommitdiff
path: root/tests/resources
diff options
context:
space:
mode:
authorLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-15 09:44:58 +0200
committerLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-15 09:51:56 +0200
commit9424ae2f749d9e3b1d00f6801f685fba3d9a2694 (patch)
treeaf6a1f534f4556bb6a37e71e25a32541f74d6d14 /tests/resources
parentAdd UrlShortener trait (diff)
Return no results of json parsing fails
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/wolfram_alpha_api_response_wrong_json.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/wolfram_alpha_api_response_wrong_json.json b/tests/resources/wolfram_alpha_api_response_wrong_json.json
new file mode 100644
index 0000000..011b940
--- /dev/null
+++ b/tests/resources/wolfram_alpha_api_response_wrong_json.json
@@ -0,0 +1,3 @@
+{
+ "foo": {}
+}