mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +00:00
Update README.md
This commit is contained in:
parent
824e0f7ccf
commit
6bb4283e5e
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue