Revise dnsagent service and its default port

This commit is contained in:
arberkatellari
2023-06-19 11:07:52 -04:00
committed by Dan Christian Bogos
parent 8fb0ab08e3
commit 8c19386d58
13 changed files with 143 additions and 149 deletions

View File

@@ -648,7 +648,7 @@ func TestDataDBReloadCastError(t *testing.T) {
db.dm = nil
err = db.Reload()
if err == nil || err.Error() != "can't conver DataDB of type mongo to MongoStorage" {
if err == nil || err.Error() != "can't conver DataDB of type *mongo to MongoStorage" {
t.Fatal(err)
}