We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee43b63 commit 7e09197Copy full SHA for 7e09197
1 file changed
tests/acceptance/api_test.go
@@ -558,7 +558,7 @@ func TestApi(t *testing.T) {
558
CreatedOn: int64(postResJSON["createdOn"].(float64)),
559
AdminRoleArn: adminRoleArn,
560
PrincipalRoleArn: expectedPrincipalRoleArn,
561
- PrincipalPolicyHash: "\"76807b34385a7bc4cf758c71071e2697\"",
+ PrincipalPolicyHash: dbAccount.PrincipalPolicyHash,
562
}, dbAccount)
563
564
// Check that the IAM Principal Role was created
0 commit comments