Skip to content

Commit

Permalink
test(customeradministration): update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Jun 12, 2024
1 parent ac33e0f commit 8b790e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestIntegrationCustomerAdministration_GetAccountShares(t *testing.T) {
"",
OrganizationAccountShareFilterInput{
AccountID: OrganizationAccountIdInput{Eq: mock.IntegrationTestAccountID},
TargetId: OrganizationTargetIdInput{},
TargetId: &OrganizationTargetIdInput{},
},
[]OrganizationAccountShareSortInput{},
)
Expand Down

0 comments on commit 8b790e9

Please sign in to comment.