mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
fix(NET-117): force delete hosts and assoc nodes (#2432)
This commit is contained in:
@@ -44,7 +44,7 @@ func TestCheckPorts(t *testing.T) {
|
||||
//not sure why this initialization is required but without it
|
||||
// RemoveHost returns database is closed
|
||||
database.InitializeDatabase()
|
||||
RemoveHost(&h)
|
||||
RemoveHost(&h, true)
|
||||
CreateHost(&h)
|
||||
t.Run("no change", func(t *testing.T) {
|
||||
is := is.New(t)
|
||||
|
Reference in New Issue
Block a user