From 868aa40b1deff715ffbfef314dd30a22efeb9332 Mon Sep 17 00:00:00 2001
From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch>
Date: Thu, 19 Dec 2024 17:32:18 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 139e086..a1b60f0 100644
--- a/README.md
+++ b/README.md
@@ -538,7 +538,7 @@ The following tests shall be passed by your implementation:
          from your
          workstation.](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-k8s#controlling-your-cluster-from-a-remote-console)
   * Once your application is installed, you shall exercise all the branch
-    conditions described by the above workflows:
+    conditions described by the above workflows -- any operation shall fail with incomplete user data:
       1. Enroll (sign up) a new user: shall succeed
       2. Enroll an existing user: shall fail
       3. Unenroll a new user: shall fail
@@ -552,4 +552,4 @@ The following tests shall be passed by your implementation:
       9. Logout an enrolled user:
           * with an active session: shall succeed
           * without an active session: shall fail
-    Any operation shall fail with incomplete user data.
+    
-- 
GitLab