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 f4b14c1 commit be24203Copy full SHA for be24203
app/tests/test_application.py
@@ -28,6 +28,6 @@ def test_application_does_not_crash(self):
28
29
# pylint: disable=broad-exception-caught
30
try:
31
- hello_world(language="Chinese")
+ hello_world()
32
except Exception as e:
33
self.fail(f"hello_world raised an exception: {e}")
0 commit comments