mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
Use parse() instead of _parse() in LogprofHeaderTest
The *LogprofHeaderTest accidently used the private _parse() insteaf of the official parse().
This commit is contained in:
@@ -779,7 +779,7 @@ class DbusLogprofHeaderTest(AATest):
|
||||
]
|
||||
|
||||
def _run_test(self, params, expected):
|
||||
obj = DbusRule._parse(params)
|
||||
obj = DbusRule.parse(params)
|
||||
self.assertEqual(obj.logprof_header(), expected)
|
||||
|
||||
## --- tests for DbusRuleset --- #
|
||||
|
Reference in New Issue
Block a user