Skip to content

Commit

Permalink
minor test fix
Browse files Browse the repository at this point in the history
don't hardcode our hash in the test
  • Loading branch information
Edan Schwartz committed Oct 18, 2019
1 parent ee43b63 commit 7e09197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ func TestApi(t *testing.T) {
CreatedOn: int64(postResJSON["createdOn"].(float64)),
AdminRoleArn: adminRoleArn,
PrincipalRoleArn: expectedPrincipalRoleArn,
PrincipalPolicyHash: "\"76807b34385a7bc4cf758c71071e2697\"",
PrincipalPolicyHash: dbAccount.PrincipalPolicyHash,
}, dbAccount)

// Check that the IAM Principal Role was created
Expand Down

0 comments on commit 7e09197

Please sign in to comment.