Skip to content

Commit

Permalink
dnsforward: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jun 29, 2021
1 parent c72227f commit a034eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dnsforward/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func loadTestData(t *testing.T, casesFileName string, cases interface{}) {

const jsonExt = ".json"

func TestDNSForwardHTTTP_handleGetConfig(t *testing.T) {
func TestDNSForwardHTTP_handleGetConfig(t *testing.T) {
filterConf := &filtering.Config{
SafeBrowsingEnabled: true,
SafeBrowsingCacheSize: 1000,
Expand Down Expand Up @@ -123,7 +123,7 @@ func TestDNSForwardHTTTP_handleGetConfig(t *testing.T) {
}
}

func TestDNSForwardHTTTP_handleSetConfig(t *testing.T) {
func TestDNSForwardHTTP_handleSetConfig(t *testing.T) {
filterConf := &filtering.Config{
SafeBrowsingEnabled: true,
SafeBrowsingCacheSize: 1000,
Expand Down

0 comments on commit a034eb9

Please sign in to comment.