test: change app description to test if quotes are being escaped
This commit is contained in:
parent
b23dd71116
commit
bed64ef0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class TestBoilerPlate(unittest.TestCase):
|
|||
|
||||
def test_create_app(self):
|
||||
title = "Test App"
|
||||
description = "Test app for unit testing"
|
||||
description = "This app's description contains 'single quotes' and \"double quotes\"."
|
||||
publisher = "Test Publisher"
|
||||
email = "example@example.org"
|
||||
icon = "" # empty -> default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue