summaryrefslogtreecommitdiff
path: root/internal/tests/integration/net_test.go
blob: 526461f32fb55c12779a244a7647427c9b1c0605 (plain)
1
2
3
4
5
6
7
8
9
package integration

import (
	"testing"
)

func TestNet_LookupIP(t *testing.T) {
	inOutTest(t, `{{ net.LookupIP "localhost" }}`, "127.0.0.1")
}