mirror of https://github.com/statping/statping
removed GH action testing issues
parent
160979676b
commit
e08a1daf9f
|
@ -23,7 +23,7 @@ func TestInitLogs(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDir(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) {
|
func TestCommand(t *testing.T) {
|
||||||
|
@ -191,7 +191,7 @@ func TestHttpRequest(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestConfigLoad(t *testing.T) {
|
func TestConfigLoad(t *testing.T) {
|
||||||
os.Setenv("DB_CONN", "sqlite")
|
Params.Set("DB_CONN", "sqlite")
|
||||||
InitCLI()
|
InitCLI()
|
||||||
setDefaults()
|
setDefaults()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue