Skip to content

Commit 7e09197

Browse files
author
Edan Schwartz
committed
minor test fix
don't hardcode our hash in the test
1 parent ee43b63 commit 7e09197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/acceptance/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ func TestApi(t *testing.T) {
558558
CreatedOn: int64(postResJSON["createdOn"].(float64)),
559559
AdminRoleArn: adminRoleArn,
560560
PrincipalRoleArn: expectedPrincipalRoleArn,
561-
PrincipalPolicyHash: "\"76807b34385a7bc4cf758c71071e2697\"",
561+
PrincipalPolicyHash: dbAccount.PrincipalPolicyHash,
562562
}, dbAccount)
563563

564564
// Check that the IAM Principal Role was created

0 commit comments

Comments
 (0)