File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
internal/daemon/controller/handlers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ func TestGrants_Update(t *testing.T) {
1003
1003
})
1004
1004
if expectedOutput .wantErr != nil {
1005
1005
require .ErrorIs (t , err , expectedOutput .wantErr )
1006
- return
1006
+ continue
1007
1007
}
1008
1008
require .NoError (t , err )
1009
1009
handlers .TestAssertOutputFields (t , resp .Item , expectedOutput .wantOutfields )
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ func TestGrants_WriteActions(t *testing.T) {
837
837
got , err := s .CreateManagedGroup (fullGrantAuthCtx , item )
838
838
if wantErr != nil {
839
839
require .ErrorIs (t , err , wantErr )
840
- return
840
+ continue
841
841
}
842
842
require .NoError (t , err )
843
843
require .NotNil (t , got )
@@ -982,7 +982,7 @@ func TestGrants_WriteActions(t *testing.T) {
982
982
got , err := s .CreateManagedGroup (fullGrantAuthCtx , item )
983
983
if wantErr != nil {
984
984
require .ErrorIs (t , err , wantErr )
985
- return
985
+ continue
986
986
}
987
987
require .NoError (t , err )
988
988
require .NotNil (t , got )
You can’t perform that action at this time.
0 commit comments