Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
forgot to raise the exception I generated! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Dec 29, 2015
1 parent 7df7950 commit 6a9325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bauble/plugins/garden/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ def test_no_email_means_can_register(self):
self.assertTrue(view.widget_get_sensitive('inst_register'))

def test_when_user_registers_info_is_logged(self):
SkipTest('please do not send stuff to sentry while testing')
raise SkipTest('please do not send stuff to sentry while testing')
from bauble.utils import desktop
from bauble.test import mockfunc
from functools import partial
Expand Down

0 comments on commit 6a9325f

Please sign in to comment.