mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
deleted troubleshooting function
This commit is contained in:
parent
4884496d66
commit
89f0a6f4ae
1 changed files with 0 additions and 9 deletions
|
@ -414,12 +414,3 @@ func deleteAllDNS(t *testing.T) {
|
|||
assert.Nil(t, err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestDeleteAllDNS(t *testing.T) {
|
||||
database.InitializeDatabase()
|
||||
deleteAllDNS(t)
|
||||
dns, err := GetAllDNS()
|
||||
assert.Nil(t, err)
|
||||
assert.Equal(t, 0, len(dns))
|
||||
t.Log(dns)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue