mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-12 12:11:50 +08:00
deleted troubleshooting function
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user