Skip to content

Commit

Permalink
Merge pull request #2788 from cben/tag-mapping-factory
Browse files Browse the repository at this point in the history
Fix test errors with :container_label_tag_mapping factory
  • Loading branch information
h-kataria authored Nov 21, 2017
2 parents dabf6de + 0dcf2a1 commit 612e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

context 'edit existing mapping' do
before(:each) do
@lt_map = FactoryGirl.create(:container_label_tag_mapping)
@lt_map = FactoryGirl.create(:tag_mapping_with_category)
@edit = {:id => nil,
:new => {:options => [["<All>", nil]],
:entity => nil,
Expand Down

0 comments on commit 612e4ca

Please sign in to comment.