Skip to content

Commit

Permalink
Break integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Apr 7, 2016
1 parent 9c7fbaa commit 5b6ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intgtests/test_pam_hbac.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def test_allow_rule_user(self):
The user who is assigned to the rule should be allowed to log in the
host referenced in the rule using the service referenced in the rule
"""
self.assertAllowed(self.tuser.name, self.rule_svc.name, self.client.name)
self.assertDenied(self.tuser.name, self.rule_svc.name, self.client.name)
# Sanity-check: Access must be denied if the rule is disabled
self.trule.disable()
self.assertDenied(self.tuser.name, self.rule_svc.name, self.client.name)
Expand Down

0 comments on commit 5b6ef8d

Please sign in to comment.