Skip to content

Commit 9021923

Browse files
author
Kemal Diri
committed
2 parents 3b6a2a6 + 4bc72e1 commit 9021923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
except Exception as e:
2828
errors.append({"Error in": "category programming", "Error": e})
2929
try:
30-
j.get_joke(category=["miscellaneous"], auth_token=token)
30+
j.get_joke(category=["misc"], auth_token=token)
3131
except Exception as e:
3232
errors.append({"Error in": "category miscellaneous", "Error": e})
3333
try:

0 commit comments

Comments
 (0)