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 0fc07ad commit df80c87Copy full SHA for df80c87
test/projects/test_hello_world.py
@@ -12,4 +12,4 @@ def hello_world(request):
12
@project_test(ProjectType.HelloWorld.key)
13
def test_hello_world(hello_world):
14
actual = hello_world.run()
15
- assert actual.strip().replace('"', '') == 'Hello, World!'
+ assert actual.strip().strip('"') == 'Hello, World!'
0 commit comments