Fix tests and linters
This commit is contained in:
@@ -3,6 +3,8 @@ package netenv
|
||||
import "testing"
|
||||
|
||||
func TestLinuxEnvironment(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
nameserversTest, err := getNameserversFromResolvconf()
|
||||
if err != nil {
|
||||
t.Errorf("failed to get namerservers from resolvconf: %s", err)
|
||||
|
||||
Reference in New Issue
Block a user