diff --git a/tests/tests.yml b/tests/tests.yml
index 5c9a414..a6d1fb9 100644
--- a/tests/tests.yml
+++ b/tests/tests.yml
@@ -8,10 +8,10 @@
tests:
- verify_spawn_ca:
dir: .
- run: "curl http://localhost:8080/ca/admin/ca/getStatus | grep 'running'"
+ run: "curl http://localhost:8080/ca/admin/ca/getStatus | grep '\"running\"'"
- verify_spawn_kra:
dir: .
- run: "curl http://localhost:8080/kra/admin/kra/getStatus | grep 'running'"
+ run: "curl http://localhost:8080/kra/admin/kra/getStatus | grep '\"running\"'"
- destroy_kra:
dir: .
run: "pkidestroy -i pki-tomcat -s KRA && sleep 5"