diff options
| author | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-15 09:44:58 +0200 |
|---|---|---|
| committer | Lorenz Leitner <lrnz.ltnr@gmail.com> | 2021-10-15 09:51:56 +0200 |
| commit | 9424ae2f749d9e3b1d00f6801f685fba3d9a2694 (patch) | |
| tree | af6a1f534f4556bb6a37e71e25a32541f74d6d14 /tests/resources/wolfram_alpha_api_response_wrong_json.json | |
| parent | Add UrlShortener trait (diff) | |
Return no results of json parsing fails
Diffstat (limited to 'tests/resources/wolfram_alpha_api_response_wrong_json.json')
| -rw-r--r-- | tests/resources/wolfram_alpha_api_response_wrong_json.json | 3 |
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": {} +} |
