diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-16 13:13:20 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-16 13:13:20 +0200 |
commit | 24e591c62a1a91b92702f81fe68887b48e84bc51 (patch) | |
tree | 2ebf89d64cd1af38a5293063ae07849f766d1224 /test/bottin_test.go | |
parent | 563fc272a36c8be317fbe95c8308ca2dfa29c3aa (diff) | |
parent | a53641e773730ba171df2602c8d199968d6e6447 (diff) | |
download | bottin-import_goldap.tar.gz bottin-import_goldap.zip |
Merge branch 'main' into import_goldapimport_goldap
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) } - } |