Skip to content

Commit e351664

Browse files
committed
fix: tests
1 parent 9362b6e commit e351664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/nagios.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def test_threshold(self, message="Hello"):
134134
time.sleep(threshold + 1)
135135
buff = StringIO()
136136
raised_exception = None
137+
reporter_test = NagiosReporter('test_cache', filename, threshold, self.nagios_user)
137138
try:
138139
reporter_test.report_and_exit()
139140
except SystemExit as err:

0 commit comments

Comments
 (0)