Switch config to pointer
This commit is contained in:
parent
af891808f6
commit
78ed610b50
3 changed files with 9 additions and 9 deletions
|
@ -46,7 +46,7 @@ func (s *Suite) ResetDB(c *check.C) {
|
|||
}
|
||||
|
||||
app = Headscale{
|
||||
cfg: cfg,
|
||||
cfg: &cfg,
|
||||
dbType: "sqlite3",
|
||||
dbString: tmpDir + "/headscale_test.db",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue