Skip to content

Commit a4faacb

Browse files
authored
Fix account_role client test (#625)
1 parent 553f4ad commit a4faacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incapsula/client_account_role_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func TestClientDeleteRoleBadJSON(t *testing.T) {
129129

130130
config := &Config{APIID: "foo", APIKey: "bar", BaseURLAPI: server.URL}
131131
client := &Client{config: config, httpClient: &http.Client{}}
132-
err := client.DeleteAccountRole(roleID)
132+
err := client.DeleteAccountRole(roleID, accountID)
133133
if err == nil {
134134
t.Errorf("Should have received an error")
135135
}

0 commit comments

Comments
 (0)