Skip to content

Commit

Permalink
chore(organization): fix lint issues in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Apr 12, 2024
1 parent 33b8b20 commit b7750b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/organization/organization_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestIntegrationOrganizationUpdate(t *testing.T) {

client := newIntegrationTestClient(t)

organizationUpdateResponse, err := client.OrganizationUpdate(
organizationUpdateResponse, _ := client.OrganizationUpdate(
OrganizationUpdateInput{
Name: organizationNameUpdated,
},
Expand All @@ -105,7 +105,7 @@ func TestIntegrationOrganizationUpdate_AccessDeniedError(t *testing.T) {

client := newIntegrationTestClient(t)

organizationUpdateResponse, err := client.OrganizationUpdate(
organizationUpdateResponse, _ := client.OrganizationUpdate(
OrganizationUpdateInput{
Name: organizationNameUpdated,
},
Expand Down

0 comments on commit b7750b1

Please sign in to comment.