Skip to content

Commit 217dcd8

Browse files
committed
fix tests
1 parent ced60d8 commit 217dcd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cabot/cabotapp/tests/tests_basic.py

+2
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ def setUp(self):
788788
'name': u'HTTP Check',
789789
'active': True,
790790
'importance': u'CRITICAL',
791+
'follow_redirects': True,
791792
'frequency': 5,
792793
'debounce': 0,
793794
'endpoint': u'http://arachnys.com',
@@ -875,6 +876,7 @@ def setUp(self):
875876
'name': u'posted http check',
876877
'active': True,
877878
'importance': u'ERROR',
879+
'follow_redirects': True,
878880
'frequency': 5,
879881
'debounce': 0,
880882
'endpoint': u'http://arachnys.com/post_tests',

0 commit comments

Comments
 (0)