From 701f1fc8ba8fa2cbde6c16b031793d0069fddd33 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 15 May 2014 17:02:10 +0200 Subject: ipatests: test_sudo: Do not expect enumeration of runasuser groups Reviewed-By: Petr Viktorin --- ipatests/test_integration/test_sudo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/test_integration') diff --git a/ipatests/test_integration/test_sudo.py b/ipatests/test_integration/test_sudo.py index e4ff2ae86..77632130c 100644 --- a/ipatests/test_integration/test_sudo.py +++ b/ipatests/test_integration/test_sudo.py @@ -439,7 +439,7 @@ class TestSudo(IntegrationTest): def test_sudo_rule_restricted_to_running_as_users_from_group(self): result1 = self.list_sudo_commands("testuser1", verbose=True) - assert "RunAsUsers: testuser2" in result1.stdout_text + assert "RunAsUsers: %testgroup2" in result1.stdout_text assert "RunAsGroups:" not in result1.stdout_text def test_setting_category_to_all_with_valid_entries_runasuser_group(self): -- cgit