diff --git a/src/test/helm/ingress_nginx_test.yaml b/src/test/helm/ingress_nginx_test.yaml
index 815ca9460ee325240c36784dc4fa76d5ec865875..7e9fb9941c724807006c104128eea518a2d09994 100644
--- a/src/test/helm/ingress_nginx_test.yaml
+++ b/src/test/helm/ingress_nginx_test.yaml
@@ -117,4 +117,16 @@ tests:
     asserts:
       - equal:
           path: spec.tls[0].hosts[0]
-          value: helm.test.by.ozg-cloud.de
\ No newline at end of file
+          value: helm.test.by.ozg-cloud.de
+  - it: should create rules correctly
+    asserts:
+      - equal:
+          path: spec.rules[0].http.paths[0]
+          value:
+            path: /api
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: alfa
+                port:
+                  number: 8080
\ No newline at end of file