Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix after review
Browse files Browse the repository at this point in the history
sfc-gh-asawicki committed Jun 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f5c9954 commit 738757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/grant_ownership_acceptance_test.go
Original file line number Diff line number Diff line change
@@ -1107,7 +1107,7 @@ func TestAcc_GrantOwnership_OnTask_Discussion2877(t *testing.T) {
Name: taskId,
},
},
}, sdk.ObjectTypeTask, "ACCOUNTADMIN", taskId.FullyQualifiedName()),
}, sdk.ObjectTypeTask, acc.TestClient().Context.CurrentRole(t).Name(), taskId.FullyQualifiedName()),
),
},
{

0 comments on commit 738757f

Please sign in to comment.