This commit is contained in:
Lakhan Samani
2022-01-29 17:02:44 +05:30
parent 25c9ce03bd
commit 6331ec7b7a
5 changed files with 25 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ func TestResolvers(t *testing.T) {
// clean the persisted config for test to use fresh config
envData, err := db.Provider.GetEnv()
if err == nil {
envData.EnvData = []byte{}
envData.EnvData = ""
db.Provider.UpdateEnv(envData)
}
env.PersistEnv()