We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b6a2a6 + 4bc72e1 commit 9021923Copy full SHA for 9021923
tests/test_main.py
@@ -27,7 +27,7 @@
27
except Exception as e:
28
errors.append({"Error in": "category programming", "Error": e})
29
try:
30
- j.get_joke(category=["miscellaneous"], auth_token=token)
+ j.get_joke(category=["misc"], auth_token=token)
31
32
errors.append({"Error in": "category miscellaneous", "Error": e})
33
0 commit comments