Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sauerburger-keys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
sauerburger-keys
Merge requests
!15
Draft: Resolve "Make public PGP listing optional"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Draft: Resolve "Make public PGP listing optional"
31-make-public-pgp-listing-optional
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Frank Sauerburger
requested to merge
31-make-public-pgp-listing-optional
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#31 (closed)
0
0
Merge request reports
Viewing commit
be18a033
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
be18a033
Fix list permission in tests
· be18a033
Frank Sauerburger
authored
4 years ago
app/pgp/tests.py
+
1
−
0
Options
@@ -59,6 +59,7 @@ class KeyDecodeErrorTestCase(TestCase):
)
any_user
=
Group
.
objects
.
get
(
name
=
"
any-user
"
)
assign_perm
(
'
view_publickey
'
,
any_user
,
self
.
toykey
)
assign_perm
(
'
list_publickey
'
,
any_user
,
self
.
toykey
)
def
test_detail
(
self
):
"""
Check that the detail page loads successfully
"""
Loading