Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Aug 30, 2020
1 parent aa5efda commit c569482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestHTTPSuccessTest(t *testing.T) {
func TestHTTPSuccessTest2(t *testing.T) {
app, _ := HTTPServer("/", "user", "pass", true)

domains := []string{"google.com", "github.net", "mozilla.org", "nic.ir", "ایرنیک.ایران"}
domains := []string{"google.com", "wikipedia.org", "nic.ir", "ایرنیک.ایران"}

for _, domain := range domains {
req3 := httptest.NewRequest("GET", "/whois/"+url.QueryEscape(domain), nil)
Expand Down

0 comments on commit c569482

Please sign in to comment.