Skip to content

Commit

Permalink
adding missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 11, 2022
1 parent 57f348d commit fcc80f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/subcommand/server-acl-init/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ func TestRun_ValidateLoginToken_SecondaryDatacenter(t *testing.T) {
Roles: []string{resourcePrefix + "-client-acl-role-dc2"},
GlobalAuthMethod: false,
GlobalToken: false,
}
},
}
for _, c := range cases {
t.Run(c.ComponentName, func(t *testing.T) {
Expand Down

0 comments on commit fcc80f1

Please sign in to comment.