File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 1.0.2
4+
5+ * Updated files to work with latest CI updates
6+
37# 1.0.1
48
59* Fix duplicated "pack" key in rule definition.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords:
66 - sensu
77 - monitoring
88 - alerting
9- version : 1.0.1
9+ version : 1.0.2
1010python_versions :
1111 - " 3"
1212author : StackStorm, Inc.
Original file line number Diff line number Diff line change 33import mock
44import requests
55import responses
6- import unittest2
6+ import unittest
77
88# XXX: This file uses a lot of globals and shared state.
99# We should definitely refactor this at some
@@ -30,7 +30,7 @@ def raise_for_status(self):
3030 raise Exception (self .reason )
3131
3232
33- class SensuHandlerTestCase (unittest2 .TestCase ):
33+ class SensuHandlerTestCase (unittest .TestCase ):
3434
3535 def test_st2_headers_token_auth (self ):
3636 sensu_handler .IS_API_KEY_AUTH = False
You can’t perform that action at this time.
0 commit comments