Skip to content

Commit

Permalink
fix(apiaccess): corrections in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Apr 2, 2023
1 parent 00086ac commit 3b52f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apiaccess/keys_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ func TestIntegrationAPIAccess_UpdateUserKeyError(t *testing.T) {
func TestIntegrationAPIAccess_DeleteIngestKeyError(t *testing.T) {
t.Parallel()
client := newIntegrationTestClient(t)
// mockIngestKeyIDOne, mockIngestKeyIDTwo := mock.GetNonExistentIDs()
mockIngestKeyIDOne, mockIngestKeyIDTwo := mock.GetNonExistentIDs()
_, err := client.DeleteAPIAccessKey(APIAccessDeleteInput{
IngestKeyIDs: []string{
"585897B5FC5079836EC175CCDD76BB81C0929C915AA216F68D6D3BD790A61DDE",
"585897B5FC5079836EC175CCDD76BB81C0929C915AA216F68D6D3BD097A61DDE",
mockIngestKeyIDOne,
mockIngestKeyIDTwo,
},
})
require.Error(t, err)
Expand Down

0 comments on commit 3b52f31

Please sign in to comment.