Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiDadireddy committed Sep 26, 2024
1 parent 12ad68e commit 4721188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions access_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,11 @@ func TestUpdateAccessPolicy(t *testing.T) {
ApprovalsNeeded: 1,
},
},
InfraConnectionRules: &InfraConnectionRules{
SSH: &InfraConnectionRulesSSH{
Usernames: []string{"root", "ec2-user"},
},
},
}
handler := func(w http.ResponseWriter, r *http.Request) {
assert.Equal(t, http.MethodPut, r.Method, "Expected method 'PUT', got %s", r.Method)
Expand Down

0 comments on commit 4721188

Please # to comment.