mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
fix(acls_test): fix comment in go code
This commit is contained in:
parent
650108c7c7
commit
d971f0f0e6
@ -59,7 +59,7 @@ func (s *Suite) TestBasicRule(c *check.C) {
|
||||
c.Assert(rules, check.NotNil)
|
||||
}
|
||||
|
||||
# TODO(kradalby): Make tests values safe, independent and descriptive.
|
||||
// TODO(kradalby): Make tests values safe, independent and descriptive.
|
||||
func (s *Suite) TestInvalidAction(c *check.C) {
|
||||
app.aclPolicy = &ACLPolicy{
|
||||
ACLs: []ACL{
|
||||
|
Loading…
Reference in New Issue
Block a user