diff --git a/debexpo/plugins/watchfile.py b/debexpo/plugins/watchfile.py
index 40a9421..234a148 100644
--- a/debexpo/plugins/watchfile.py
+++ b/debexpo/plugins/watchfile.py
@@ -97,7 +97,7 @@ class WatchFilePlugin(BasePlugin):
 
         if self.status == 256:
             log.debug('Package is the latest upstream version')
-            self.passed('no-new-upstream-version', None, constants.PLUGIN_SEVERITY_INFO)
+            self.passed('no-new-upstream-available', None, constants.PLUGIN_SEVERITY_INFO)
         else:
             log.warning('Package is not the latest upstream version')
             self.failed('new-upstream-available', self.output, constants.PLUGIN_SEVERITY_WARNING)

