tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

[refactor] specs to use skip validations trait #1877

Closed mattwr18 closed 1 month ago

mattwr18 commented 1 month ago

What changed in this PR and why

We recently added a new trait in the contributors factory to skip validations in https://github.com/tactilenews/100eyes/pull/1862. This is useful as we do this to bypass our ThreemaValidator ensuring that we do not create/update threema_id to invalid values. This PR refactors to make use of this trait to DRY out the code.

roschaefer commented 1 month ago

Hm, looks as if we have flaky tests.