diff --git a/tests/tests.yml b/tests/tests.yml
index b5f216d..027a70a 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"