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 1f84155 commit 644bcdeCopy full SHA for 644bcde
1 file changed
checkbox-ng/plainbox/impl/secure/providers/test_v1.py
@@ -60,6 +60,7 @@ def test_good_values_work(self):
60
61
def test_yearless_namespace_work(self):
62
name = "com.canonical:certification"
63
+ self.assertEqual(self.validator(self.variable, name), None)
64
65
def test_must_match_whole_string(self):
66
name = "com.canonical:certification-resources-server BOGUS"
0 commit comments