summaryrefslogtreecommitdiff
path: root/tests/white-box/soledad.rb
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2015-11-30 12:48:10 -0500
committerMicah <micah@leap.se>2015-12-03 16:39:44 -0500
commitfa90ab06aa09224d5a1fbac69c9bc0f067099206 (patch)
treebb52bdac7171a4188acacd5a7b8fee9d759f9e7a /tests/white-box/soledad.rb
parent160be9bb3eb783be7e67f79560e0a7331f73e9cc (diff)
improve whitebox tests to match on more specific processes (#7655, #7676)
Change-Id: I9f267ba38130ceb308d284c926b14d2cee9f87be
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