Skip to content

Commit be24203

Browse files
committed
test: do not pass a language
1 parent f4b14c1 commit be24203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def test_application_does_not_crash(self):
2828

2929
# pylint: disable=broad-exception-caught
3030
try:
31-
hello_world(language="Chinese")
31+
hello_world()
3232
except Exception as e:
3333
self.fail(f"hello_world raised an exception: {e}")

0 commit comments

Comments
 (0)