Skip to content

Commit

Permalink
Merge pull request #18611 from kbrock/fix_filter_spec
Browse files Browse the repository at this point in the history
Fix rbac filterer spec failure on Hammer

(cherry picked from commit 844bb75)
  • Loading branch information
carbonin authored and simaishi committed Apr 2, 2019
1 parent 8aa6215 commit 62f3960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/rbac/filterer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ def get_rbac_results_for_and_expect_objects(klass, expected_objects)
end

it "handles added include from miq_expression" do
st = FactoryBot.create(:service_template)
st = FactoryBot.create(:service_template, :name => "st")
service1, service2, _service3 = FactoryBot.create_list(:service, 3, :service_template => st)
service1.tag_with("/managed/environment/prod", :ns => "*")
service2.tag_with("/managed/environment/prod", :ns => "*")
Expand Down

0 comments on commit 62f3960

Please sign in to comment.