chore(format): run prettier on repo
This commit is contained in:
parent
4bbe0051f6
commit
25550f8866
4 changed files with 77 additions and 38 deletions
|
@ -919,8 +919,10 @@ func Test_expandAlias(t *testing.T) {
|
|||
},
|
||||
},
|
||||
aclPolicy: ACLPolicy{
|
||||
Groups: Groups{"group:accountant": []string{"joe", "marc"}},
|
||||
TagOwners: TagOwners{"tag:accountant-webserver": []string{"group:accountant"}},
|
||||
Groups: Groups{"group:accountant": []string{"joe", "marc"}},
|
||||
TagOwners: TagOwners{
|
||||
"tag:accountant-webserver": []string{"group:accountant"},
|
||||
},
|
||||
},
|
||||
},
|
||||
want: []string{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue