zitadel/internal/api/grpc/user/v2
Stefan Benz 8d97363642
chore: improve integration tests (#8727)
Improve integration tests:
- spliting the tests in TokenExchange to isolated instances and in
parallel
- corrected some test structure so that the check for Details is no done
anymore if the test already failed
- replace required-calls with assert-calls to not stop the testing
- add gofakeit for application, project and usernames(emails)
- add eventually checks for testing in actions v2, so the request only
get called when the execution is defined
- check for length of results in list/search endpoints to avoid index
errors
2024-10-17 21:20:57 +00:00
..
integration_test chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
email.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
idp_link.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00
otp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00
password_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
phone.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
query.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00
server.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00