Browse Source

deleted troubleshooting function

Matthew R Kasun 3 years ago
parent
commit
89f0a6f4ae
1 changed files with 0 additions and 9 deletions
  1. 0 9
      controllers/dnsHttpController_test.go

+ 0 - 9
controllers/dnsHttpController_test.go

@@ -414,12 +414,3 @@ func deleteAllDNS(t *testing.T) {
 		assert.Nil(t, err)
 		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)
-}