AdGuardDNS/internal/agdhttp/agdhttp_test.go
Andrey Meshkov b6a98906a5 Sync v2.0
2022-08-26 14:18:35 +03:00

12 lines
290 B
Go

package agdhttp_test
import "github.com/AdguardTeam/golibs/errors"
// Common Testing Constants And Variables
// testSrv is the common Server header value for tests.
const testSrv = "testServer/1.0"
// testError is the common error for tests.
const testError errors.Error = "test error"