Implemented tests for api_acl.go file

This commit is contained in:
Kelvin Clement Mwinuka
2024-05-27 15:50:25 +08:00
parent ef04bae730
commit 30b8b205a7
5 changed files with 560 additions and 433 deletions

View File

@@ -300,7 +300,7 @@ func TestEchoVault_RemoveCommand(t *testing.T) {
func TestEchoVault_Plugins(t *testing.T) {
t.Cleanup(func() {
_ = os.RemoveAll("./testdata")
_ = os.RemoveAll("./testdata/modules")
})
server := createEchoVault()