From 6bb4283e5ec5dc3096cbbaa1696f188e3b4b0564 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Wed, 8 Sep 2021 11:26:50 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a92cc1..e7503ab 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ func main() { if client.GetUserID() == users[0].ID { fmt.Println("I am the Test User, No Need to Share Password With myself") - client.Logout(ctx) + client.Logout(ctx) return } @@ -364,6 +364,5 @@ func main() { ``` # TODO -- get a Passbolt instance to work in Github Actions -- write integration tests +- write more integration tests - add the ability to verify a server