We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05a84 commit 502750cCopy full SHA for 502750c
ra/ra_test.go
@@ -1678,13 +1678,13 @@ func TestNewOrder_ProfileSelectionAllowList(t *testing.T) {
1678
name: "Allow all account IDs regardless of profile",
1679
validationProfiles: nil,
1680
expectErr: false,
1681
- }
+ },
1682
{
1683
- name: "Allow all account IDs for this specific profile",
+ name: "Allow all account IDs for this specific profile",
1684
validationProfiles: map[string]*ValidationProfile{
1685
"test": NewValidationProfile(nil),
1686
},
1687
- expectErr: false,
+ expectErr: false,
1688
1689
1690
name: "Deny all but account Id 1337",
0 commit comments