File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ func TestCustomDBRoles_ListCustomDBRoles(t *testing.T) {
2828 Resources : []Resource {{
2929 Collection : "test-collection" ,
3030 Db : "test-db" ,
31- Cluster : false ,
3231 }},
3332 }},
3433 InheritedRoles : []InheritedRole {{
@@ -62,7 +61,6 @@ func TestCustomDBRoles_GetCustomDBRole(t *testing.T) {
6261 Resources : []Resource {{
6362 Collection : "test-collection" ,
6463 Db : "test-db" ,
65- Cluster : false ,
6664 }},
6765 }},
6866 InheritedRoles : []InheritedRole {{
@@ -86,7 +84,6 @@ func TestCustomDBRoles_CreateCustomDBRole(t *testing.T) {
8684 Resources : []Resource {{
8785 Collection : "test-collection" ,
8886 Db : "test-db" ,
89- Cluster : false ,
9087 }},
9188 }},
9289 InheritedRoles : []InheritedRole {{
@@ -168,7 +165,6 @@ func TestCustomDBRoles_UpdateCustomDBRole(t *testing.T) {
168165 Resources : []Resource {{
169166 Collection : "test-collection" ,
170167 Db : "test-db" ,
171- Cluster : false ,
172168 }},
173169 }},
174170 InheritedRoles : []InheritedRole {{
You can’t perform that action at this time.
0 commit comments