Skip to content

Commit

Permalink
Merge pull request #16653 from tumido/fix_travis_mw_datasource
Browse files Browse the repository at this point in the history
Fix test for MW datasource - missing parent
  • Loading branch information
martinpovolny authored Dec 13, 2017
2 parents 470ce7b + 4a75d1f commit 0fa89e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/factories/middleware_datasource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
:parent => :hawkular_middleware_datasource do
name 'ExampleDS'
nativeid 'Local~/subsystem=datasources/data-source=ExampleDS'
middleware_server { FactoryGirl.create(:middleware_server) }
end
end

0 comments on commit 0fa89e8

Please sign in to comment.