Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small mistake in test_principal.py #32

Open
mickey06 opened this issue Aug 22, 2014 · 0 comments · May be fixed by #71
Open

Small mistake in test_principal.py #32

mickey06 opened this issue Aug 22, 2014 · 0 comments · May be fixed by #71

Comments

@mickey06
Copy link
Contributor

This

    def test_and_permissions_view(self):
            self.assertRaises(PermissionDenied, self.client.open, '/g')

should be

    def test_and_permissions_view(self):
            self.assertRaises(PermissionDenied, self.client.open, '/h')

As it stands /h is never tested.

Abdur-rahmaanJ added a commit that referenced this issue May 21, 2024
@Abdur-rahmaanJ Abdur-rahmaanJ linked a pull request May 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant