aboutsummaryrefslogtreecommitdiff
path: root/test/bottin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/bottin_test.go')
-rw-r--r--test/bottin_test.go2
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)
}
-
}