diff options
Diffstat (limited to 'test/bottin_test.go')
-rw-r--r-- | test/bottin_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bottin_test.go b/test/bottin_test.go index f4ed7fe..c7a9761 100644 --- a/test/bottin_test.go +++ b/test/bottin_test.go @@ -147,7 +147,6 @@ func TestDeleteGroupsAfterAddedUsers(t *testing.T) { //Example of paralellism Test func TestPrincipal(t *testing.T) { - t.Run("A=Add and delete", TestAddThenDelete) t.Run("A=Modify", TestModifyRequest) if !testing.Short() { @@ -156,5 +155,4 @@ func TestPrincipal(t *testing.T) { t.Run("C=Add user in group", TestAddUserInGroup) t.Run("C=Delete group", TestDeleteGroupsAfterAddedUsers) } - } |