removed GH action testing issues

pull/508/head
hunterlong 2020-04-16 22:55:44 -07:00
parent 160979676b
commit e08a1daf9f
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ func TestInitLogs(t *testing.T) {
}
func TestDir(t *testing.T) {
assert.Contains(t, Directory, "github.com/statping/statping")
assert.Contains(t, Directory, "statping/statping")
}
func TestCommand(t *testing.T) {
@ -191,7 +191,7 @@ func TestHttpRequest(t *testing.T) {
}
func TestConfigLoad(t *testing.T) {
os.Setenv("DB_CONN", "sqlite")
Params.Set("DB_CONN", "sqlite")
InitCLI()
setDefaults()