Update README.md

This commit is contained in:
Samuel Lorch 2021-09-08 11:26:50 +02:00 committed by GitHub
parent 824e0f7ccf
commit 6bb4283e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@ func main() {
if client.GetUserID() == users[0].ID { if client.GetUserID() == users[0].ID {
fmt.Println("I am the Test User, No Need to Share Password With myself") fmt.Println("I am the Test User, No Need to Share Password With myself")
client.Logout(ctx) client.Logout(ctx)
return return
} }
@ -364,6 +364,5 @@ func main() {
``` ```
# TODO # TODO
- get a Passbolt instance to work in Github Actions - write more integration tests
- write integration tests
- add the ability to verify a server - add the ability to verify a server