aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-09-22 12:57:48 +0300
committerFilipp Lepalaan <filipp@mac.com>2016-09-22 12:57:48 +0300
commit836d2c942be8c22f0946006554f5233b5a2a201a (patch)
tree28748ba23eb687813a90740c353bca584648fe68 /tests.py
parent4c4907ef332b18ae120eb085e04e783d41a60fe8 (diff)
downloadmachammer-836d2c942be8c22f0946006554f5233b5a2a201a.tar.gz
machammer-836d2c942be8c22f0946006554f5233b5a2a201a.tar.bz2
machammer-836d2c942be8c22f0946006554f5233b5a2a201a.zip
Added input sanitation
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index 493fc0f..6e9b28e 100755
--- a/tests.py
+++ b/tests.py
@@ -60,7 +60,7 @@ class FunctionsTestCase(TestCase):
self.stickes = '/Applications/Stickies.app'
def test_notification(self):
- mh.display_notification('blaaa')
+ mh.display_notification('blaaa "lalala"')
def test_add_login_item(self):
mh.add_login_item(self.stickes)