fix: absence date faker giving weekend dates that are failing the tests#1117
fix: absence date faker giving weekend dates that are failing the tests#1117MitanOmar wants to merge 1 commit intoadfinis:mainfrom
Conversation
|
pls stick to conventional commit naming |
edf2281 to
6c4ff65
Compare
45329c1 to
63a59c8
Compare
|
Code LGTM; but this needs to be one commit instead of 3 |
it's going to be |
2fa526a to
32494f3
Compare
Please squash manually and write a nice commit message, then we can merge it |
32494f3 to
58d157b
Compare
@winged implemented |
| @@ -79,6 +79,18 @@ class AbsenceFactory(DjangoModelFactory): | |||
| absence_type = SubFactory("timed.employment.factories.AbsenceTypeFactory") | |||
| date = Faker("date") | |||
There was a problem hiding this comment.
| date = Faker("date") |
we don't need to declare date twice, otherwise lgtm
There was a problem hiding this comment.
@c0rydoras can you please try removing it, and running the tests ?
|
superseded by #1148 |
Pull request was closed
fix: #1116 backend tests in CI/CD
fix: #1111 backend tests in CI/CD