Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix aws_iam_policies unit tests #178

Closed
rmoles opened this issue Feb 4, 2020 · 1 comment
Closed

Fix aws_iam_policies unit tests #178

rmoles opened this issue Feb 4, 2020 · 1 comment
Assignees

Comments

@rmoles
Copy link
Contributor

rmoles commented Feb 4, 2020

It appears the unit test(s) for aws_iam_policies are currently broken. When running the unit tests the following errors occur:

AwsIamPoliciesTest#test_policy_attached_users [/Users/rmoles/git_repos/inspec-aws/test/unit/resources/aws_iam_policies_test.rb:60]:
Expected: ["test-user"]
  Actual: [{:user_name=>"test-user"}]

AwsIamPoliciesTest#test_policy_attached_roles [/Users/rmoles/git_repos/inspec-aws/test/unit/resources/aws_iam_policies_test.rb:56]:
Expected: ["test-role"]
  Actual: [{:role_name=>"test-role"}]
@quietarcade quietarcade self-assigned this Feb 4, 2020
@quietarcade
Copy link
Contributor

Issue is invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants