mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
fix(acls_test): fix comment in go code
This commit is contained in:
parent
650108c7c7
commit
d971f0f0e6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue