Skip to content

Commit e38f0ac

Browse files
committed
Fix decorator
1 parent 6c50b8a commit e38f0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_47_rsv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ def test_031_hostcert_expiry_metric(self):
204204
self.run_metric('org.osg.local.hostcert-expiry')
205205

206206
# OSG 3.3 tries to download from IU and causes a failure
207-
@osgrelease(3.4)
207+
@core.osgrelease(3.4)
208208
def test_032_cacert_expiry(self):
209209
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
210210

211211
self.run_metric('org.osg.certificates.cacert-expiry',
212212
accept_status=['OK', 'WARNING'])
213213

214214
# OSG 3.3 tries to download from IU and causes a failure
215-
@osgrelease(3.4)
215+
@core.osgrelease(3.4)
216216
def test_033_crlcert_expiry(self):
217217
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
218218

0 commit comments

Comments
 (0)