mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-23 00:58:43 +02:00
all: fix golangci-lint issues (#3064)
This commit is contained in:
@@ -1877,7 +1877,7 @@ func TestACLAutogroupSelf(t *testing.T) {
|
||||
|
||||
result, err := client.Curl(url)
|
||||
assert.Empty(t, result, "user1 should not be able to access user2's regular devices (autogroup:self isolation)")
|
||||
assert.Error(t, err, "connection from user1 to user2 regular device should fail")
|
||||
require.Error(t, err, "connection from user1 to user2 regular device should fail")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1896,6 +1896,7 @@ func TestACLAutogroupSelf(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint:gocyclo // complex integration test scenario
|
||||
func TestACLPolicyPropagationOverTime(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user