test(pulsar): teardown tls group
This commit is contained in:
parent
4cc4c4ffaa
commit
f69ebdcd1a
|
@ -99,7 +99,8 @@ init_per_group(_Group, Config) ->
|
|||
Config.
|
||||
|
||||
end_per_group(Group, Config) when
|
||||
Group =:= plain
|
||||
Group =:= plain;
|
||||
Group =:= tls
|
||||
->
|
||||
common_end_per_group(Config),
|
||||
ok;
|
||||
|
|
Loading…
Reference in New Issue