Index: tests/presubmit_unittest.py |
diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py |
index 2a90ab3c340d7dada9b6f5fd7590f9adc2787803..6456e0e6c5a563e30dac1d791825c30d1f3401b3 100755 |
--- a/tests/presubmit_unittest.py |
+++ b/tests/presubmit_unittest.py |
@@ -2324,7 +2324,7 @@ class CannedChecksUnittest(PresubmitTestsBase): |
r".*? All Rights Reserved\." "\n" |
) |
self._LicenseCheck(text, license_text, False, |
- presubmit.OutputApi.PresubmitNotifyResult) |
+ presubmit.OutputApi.PresubmitPromptWarning) |
def testCheckLicenseEmptySuccess(self): |
text = '' |