We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a583dd commit a11fd50Copy full SHA for a11fd50
operator/src/test/python/test_wdt_mii_filter.py
@@ -415,7 +415,7 @@ def test_isSecureModeEnabledForDomain_importLegalHelperError(self):
415
416
isSecureModeEnabled = model_wdt_mii_filter.isSecureModeEnabledForDomain(topology)
417
self.fail("Expected import error for LegalHelper")
418
- except ImportError, ie:
+ except ImportError as ie:
419
self.assertTrue(ie is not None)
420
421
0 commit comments