projects
/
leap_platform.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d58cae
)
fix tests - webapp test should only depend on soledad if soledad service is present
author
elijah
<elijah@riseup.net>
Mon, 27 Nov 2017 18:52:45 +0000
(10:52 -0800)
committer
elijah
<elijah@riseup.net>
Mon, 27 Nov 2017 18:52:45 +0000
(10:52 -0800)
tests/server-tests/white-box/webapp.rb
patch
|
blob
|
history
diff --git
a/tests/server-tests/white-box/webapp.rb
b/tests/server-tests/white-box/webapp.rb
index
b0285e2
..
42adf21
100644
(file)
--- a/
tests/server-tests/white-box/webapp.rb
+++ b/
tests/server-tests/white-box/webapp.rb
@@
-4,7
+4,7
@@
require 'json'
class Webapp < LeapTest
depends_on "Network"
- depends_on "Soledad"
+ depends_on "Soledad"
if service?(:soledad)
def setup
end