Skip to content

Commit 00cb7e1

Browse files
committed
chore: fix the test cases
1 parent 3f5f527 commit 00cb7e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mongodbatlas/custom_db_roles_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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{{

0 commit comments

Comments
 (0)