fix old call in hcdns_test
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Elizabeth 2024-04-09 16:33:30 -06:00
parent a32026d013
commit ae1ab91def
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func setup(arguments *args.Arguments) (*sql.DB, *dns.Server, string, func()) {
testUser := &database.User{
ID: "test",
}
database.FindOrSaveUser(testDb, testUser)
database.FindOrSaveBaseUser(testDb, testUser)
dnsArguments := arguments
if dnsArguments == nil {