test: make them work again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-12-23 01:06:56 +01:00
parent db453f0ab1
commit 7a5aa1b005
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ func cleanUpTag(tag, recipeName string) error {
return err
}
logrus.Warn("removed freshly created tag %s")
logrus.Warnf("removed freshly created tag %s", tag)
return nil
}

View File

@ -44,7 +44,7 @@ var expectedAppFiles = map[string]AppFile{
// var expectedServerNames = []string{"evil.corp"}
func TestGetAllFoldersInDirectory(t *testing.T) {
folders, err := getAllFoldersInDirectory(testFolder)
folders, err := GetAllFoldersInDirectory(testFolder)
if err != nil {
t.Fatal(err)
}