1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-15 04:18:01 +00:00
zitadel/internal/api/grpc/resources/userschema/v3alpha
Stefan Benz 27ab1a22e7
chore: correct require usage to assert for eventual consistency ()
# Which Problems Are Solved

Eventual consistency is handled wrongly in the newly improved
integration tests.

# How the Problems Are Solved

Correct the usage of the require package with the assert package where
necessary, to remove the panics where the EventuallyWithT functions can
rerun.

# Additional Changes

Modify the timeout values for some EventuallyWithT which can vary when a
instance is freshly setup.

# Additional Context

None

(cherry picked from commit fca6b28a97)
2024-10-23 07:33:40 +02:00
..
integration_test chore: correct require usage to assert for eventual consistency () 2024-10-23 07:33:40 +02:00
query.go fix: update userschema api to v3alpha definition () 2024-09-02 11:24:15 +00:00
server.go feat: add schema user create and remove () 2024-08-28 19:46:45 +00:00
userschema.go fix: update userschema api to v3alpha definition () 2024-09-02 11:24:15 +00:00