chore: fix tests

This commit is contained in:
decentral1se 2021-10-01 12:57:34 +02:00
parent 22118b88e4
commit 09f49cdc76
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var validAbraConf = os.ExpandEnv("$PWD/../../tests/resources/valid_abra_config")
// make sure these are in alphabetical order
var tFolders = []string{"folder1", "folder2"}
var tFiles = []string{"bar", "foo"}
var tFiles = []string{"bar.env", "foo.env"}
var appName = "ecloud"
var serverName = "evil.corp"