Skip to content
Snippets Groups Projects
Verified Commit 88a95ce8 authored by elijah's avatar elijah
Browse files

fix tests - webapp test should only depend on soledad if soledad service is present

parent 2d58cae3
No related branches found
No related tags found
1 merge request!139Bugfix/webapptest
......@@ -4,7 +4,7 @@ require 'json'
class Webapp < LeapTest
depends_on "Network"
depends_on "Soledad"
depends_on "Soledad" if service?(:soledad)
def setup
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment