mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 21:50:29 +03:00
Pull request: home: rm unnecessary func
Merge in DNS/adguard-home from imp-test to master Squashed commit of the following: commit 0ef7812e32b74647b43bb1d69b569e9b102e92b3 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Apr 22 14:12:00 2021 +0300 home: rm unnecessary func
This commit is contained in:
parent
4165e0ef3a
commit
138dfaa85b
4 changed files with 5 additions and 21 deletions
internal/home
|
@ -114,7 +114,7 @@ func TestHome(t *testing.T) {
|
|||
// Init new context
|
||||
Context = homeContext{}
|
||||
|
||||
dir := prepareTestDir(t)
|
||||
dir := t.TempDir()
|
||||
fn := filepath.Join(dir, "AdGuardHome.yaml")
|
||||
|
||||
// Prepare the test config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue