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.
1 parent 3524b29 commit f07aa5fCopy full SHA for f07aa5f
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