Skip to content

Commit

Permalink
Merge pull request #17908 from lpichler/fix_sporadic_failure_in_roles…
Browse files Browse the repository at this point in the history
…_spec_rb

Fix sporadic failure  in roles_spec
  • Loading branch information
jrafanie committed Aug 27, 2018
2 parents de1bce0 + a65c120 commit 748d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/task_helpers/imports/roles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def assert_test_role_two_present
r = MiqUserRole.find_by(:name => role_two_name)
expect(r.name).to eq(role_two_name)
expect(r.read_only).to be false
expect(r.feature_identifiers).to eq(%w(dashboard vm))
expect(r.feature_identifiers).to match_array(%w(dashboard vm))
expect(r.settings).to be nil
end
end

0 comments on commit 748d1fa

Please sign in to comment.