summaryrefslogtreecommitdiff
path: root/tests/white-box/soledad.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/white-box/soledad.rb')
-rw-r--r--tests/white-box/soledad.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/white-box/soledad.rb b/tests/white-box/soledad.rb
index 5a13e4a6..d41bee58 100644
--- a/tests/white-box/soledad.rb
+++ b/tests/white-box/soledad.rb
@@ -10,7 +10,7 @@ class Soledad < LeapTest
end
def test_00_Is_Soledad_running?
- assert_running 'soledad'
+ assert_running '.*/usr/bin/twistd.*--wsgi=leap.soledad.server.application'
pass
end