Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
cloud
Merge requests
!302
Issue
#3222703
: Fix a test failure in K8sRoleBindingTest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3222703
: Fix a test failure in K8sRoleBindingTest
issue/cloud-3222703:3222703-fix-a-test-failure-in-K8sRoleBindingTest
into
3.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Yutong Li
requested to merge
issue/cloud-3222703:3222703-fix-a-test-failure-in-K8sRoleBindingTest
into
3.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
3.x
3.x (base)
and
latest version
latest version
1eda8b0d
1 commit,
3 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/cloud_service_providers/k8s/tests/src/Functional/K8sRoleBindingTest.php
+
1
−
0
Options
@@ -27,6 +27,7 @@ class K8sRoleBindingTest extends K8sTestBase {
'list k8s role binding'
,
'edit any k8s role binding'
,
'add k8s role binding'
,
'view any k8s role binding'
,
'delete any k8s role binding'
,
'view k8s namespace '
.
$this
->
namespace
,
];
Loading