Skip to content

Commit

Permalink
Minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Jun 11, 2022
1 parent cdf41bd commit 3d7be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s *Suite) TestValidExpandTagOwnersInSources(c *check.C) {
// this test should validate that we can expand a group in a TagOWner section and
// match properly the IP's of the related hosts. The owner is valid and the tag is also valid.
// the tag is matched in the Destinations section.
func (s *Suite) TestValidExpandTagOwnersInPorts(c *check.C) {
func (s *Suite) TestValidExpandTagOwnersInDestinations(c *check.C) {
namespace, err := app.CreateNamespace("user1")
c.Assert(err, check.IsNil)

Expand Down

0 comments on commit 3d7be5b

Please sign in to comment.